See: Description
Interface | Description |
---|---|
DocumentExtractor |
Interface for extracting documents from files.
|
SingleDocumentExtractor |
Interface for a
DocumentExtractor that only extracts a single
document from a file. |
Class | Description |
---|---|
AbstractDocumentExtractor |
An abstract implementation of the
DocumentExtractor interface. |
AbstractSingleDocumentExtractor |
An abstract implementation of the
SingleDocumentExtractor interface. |
TextDocumentExtractor |
Extracts text from plain text documents.
|
Exception | Description |
---|---|
DocumentExtractionException |
An exception that occurs during document extraction.
|