Package org.apache.tika.extractor
Interface EmbeddedDocumentByteStoreExtractorFactory
- All Superinterfaces:
EmbeddedDocumentExtractorFactory
,Serializable
- All Known Implementing Classes:
RUnpackExtractorFactory
This factory creates EmbeddedDocumentExtractors that require an
EmbeddedDocumentBytesHandler
in the
ParseContext
should extend this.
This is a shim interface to signal to PipesServer
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