Package org.apache.tika.extractor
Interface EmbeddedDocumentByteStoreExtractorFactory
-
- All Superinterfaces:
EmbeddedDocumentExtractorFactory
,Serializable
- All Known Implementing Classes:
RUnpackExtractorFactory
public interface EmbeddedDocumentByteStoreExtractorFactory extends EmbeddedDocumentExtractorFactory
This factory creates EmbeddedDocumentExtractors that require anEmbeddedDocumentBytesHandler
in theParseContext
should extend this. This is a shim interface to signal toPipesServer
to use the {@link @RUnpackExtractor} if the user doesn't configure a custom EmbeddedDocumentExtractor. TODO: Figure out how to simplify this and allow for emitting of the source document.
-
-
Method Summary
-
Methods inherited from interface org.apache.tika.extractor.EmbeddedDocumentExtractorFactory
newInstance
-
-