Uses of Package
org.apache.tika.extractor
Packages that use org.apache.tika.extractor
Package
Description
Extraction of component documents.
-
Classes in org.apache.tika.extractor used by org.apache.tika.extractorClassDescriptionTika container extractor interface.Interface for different document selection strategies for purposes like embedded document extraction by a
ContainerExtractorinstance.Implementations are typically bound as a single shared instance reused across concurrent parses (seeParsingEmbeddedDocumentExtractor.INSTANCE) -- do not cache per-parse state onthis; read it from theParseContextparameter on each call instead.Type of embedded resource, used for generating canonical resource names.Tika container extractor callback interface.Interface for different filtering of embedded streams.Helper class for parsers of package archives or other compound document formats that support embedded or attached component documents. -
Classes in org.apache.tika.extractor used by org.apache.tika.extractor.microsoft
-
Classes in org.apache.tika.extractor used by org.apache.tika.parser.executableClassDescriptionImplementations are typically bound as a single shared instance reused across concurrent parses (see
ParsingEmbeddedDocumentExtractor.INSTANCE) -- do not cache per-parse state onthis; read it from theParseContextparameter on each call instead. -
Classes in org.apache.tika.extractor used by org.apache.tika.parser.microsoftClassDescriptionImplementations are typically bound as a single shared instance reused across concurrent parses (see
ParsingEmbeddedDocumentExtractor.INSTANCE) -- do not cache per-parse state onthis; read it from theParseContextparameter on each call instead. -
Classes in org.apache.tika.extractor used by org.apache.tika.parser.pdf.imageClassDescriptionImplementations are typically bound as a single shared instance reused across concurrent parses (see
ParsingEmbeddedDocumentExtractor.INSTANCE) -- do not cache per-parse state onthis; read it from theParseContextparameter on each call instead. -
Classes in org.apache.tika.extractor used by org.apache.tika.pipes.core.extractorClassDescriptionImplementations are typically bound as a single shared instance reused across concurrent parses (see
ParsingEmbeddedDocumentExtractor.INSTANCE) -- do not cache per-parse state onthis; read it from theParseContextparameter on each call instead.Helper class for parsers of package archives or other compound document formats that support embedded or attached component documents.