| Package | Description |
|---|---|
| gov.sandia.cognition.text.document.extractor |
Provides extractors for pulling textual documents out of files.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingleDocumentExtractor
Interface for a
DocumentExtractor that only extracts a single
document from a file. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocumentExtractor
An abstract implementation of the
DocumentExtractor interface. |
class |
AbstractSingleDocumentExtractor
An abstract implementation of the
SingleDocumentExtractor interface. |
class |
TextDocumentExtractor
Extracts text from plain text documents.
|