Uses of Interface
org.apache.tika.extractor.ContainerExtractor
-
Uses of ContainerExtractor in org.apache.tika.extractor
Modifier and TypeClassDescriptionclass
An implementation ofContainerExtractor
powered by the regularParser
API.Modifier and TypeMethodDescriptionvoid
ContainerExtractor.extract
(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler) Processes a container file, and extracts all the embedded resources from within it.void
ParserContainerExtractor.extract
(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler)