Package | Description |
---|---|
gov.sandia.cognition.text.document.extractor |
Provides extractors for pulling textual documents out of files.
|
Class and Description |
---|
AbstractDocumentExtractor
An abstract implementation of the
DocumentExtractor interface. |
AbstractSingleDocumentExtractor
An abstract implementation of the
SingleDocumentExtractor interface. |
DocumentExtractionException
An exception that occurs during document extraction.
|
DocumentExtractor
Interface for extracting documents from files.
|
SingleDocumentExtractor
Interface for a
DocumentExtractor that only extracts a single
document from a file. |