Uses of Interface
org.apache.tika.extractor.EmbeddedDocumentExtractor
-
Packages that use EmbeddedDocumentExtractor Package Description org.apache.tika.extractor Extraction of component documents.org.apache.tika.parser.microsoft -
-
Uses of EmbeddedDocumentExtractor in org.apache.tika.extractor
Classes in org.apache.tika.extractor that implement EmbeddedDocumentExtractor Modifier and Type Class Description class
ParsingEmbeddedDocumentExtractor
Helper class for parsers of package archives or other compound document formats that support embedded or attached component documents.Methods in org.apache.tika.extractor that return EmbeddedDocumentExtractor Modifier and Type Method Description static EmbeddedDocumentExtractor
EmbeddedDocumentUtil. getEmbeddedDocumentExtractor(ParseContext context)
This offers a uniform way to get an EmbeddedDocumentExtractor from a ParseContext. -
Uses of EmbeddedDocumentExtractor in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft with parameters of type EmbeddedDocumentExtractor Modifier and Type Method Description static void
OfficeParser. extractMacros(org.apache.poi.poifs.filesystem.POIFSFileSystem fs, ContentHandler xhtml, EmbeddedDocumentExtractor embeddedDocumentExtractor)
Helper to extract macros from an NPOIFS/vbaProject.bin As of POI-3.15-final, there are still some bugs in VBAMacroReader.
-