Modifier and Type | Method and Description |
---|---|
static POITextExtractor[] |
ExtractorFactory.getEmbeddedDocsTextExtractors(POIOLE2TextExtractor ext)
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
default void |
ExtractorProvider.identifyEmbeddedResources(POIOLE2TextExtractor ext,
java.util.List<Entry> dirs,
java.util.List<java.io.InputStream> nonPOIFS)
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
Modifier and Type | Method and Description |
---|---|
void |
OLE2ScratchpadExtractorFactory.identifyEmbeddedResources(POIOLE2TextExtractor ext,
java.util.List<Entry> dirs,
java.util.List<java.io.InputStream> nonPOIFS)
Returns an array of text extractors, one for each of
the embedded documents in the file (if there are any).
|
Modifier and Type | Class and Description |
---|---|
class |
VisioTextExtractor
Class to find all the text in a Visio file, and return it.
|
Modifier and Type | Class and Description |
---|---|
class |
PublisherTextExtractor
Extract text from HPBF Publisher files
|
Modifier and Type | Class and Description |
---|---|
class |
HPSFPropertiesExtractor
Extracts all of the HPSF properties, both
build in and custom, returning them in
textual form.
|
Constructor and Description |
---|
HPSFPropertiesExtractor(POIOLE2TextExtractor mainExtractor) |
Modifier and Type | Class and Description |
---|---|
class |
OutlookTextExtractor
A text extractor for HSMF (Outlook) .msg files.
|
Modifier and Type | Class and Description |
---|---|
class |
EventBasedExcelExtractor
A text extractor for Excel files, that is based
on the HSSF EventUserModel API.
|
class |
ExcelExtractor
A text extractor for Excel files.
|
Modifier and Type | Class and Description |
---|---|
class |
Word6Extractor
Class to extract the text from old (Word 6 / Word 95) Word Documents.
|
class |
WordExtractor
Class to extract the text from a Word Document.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.