Interface EmbeddedDocumentByteStoreExtractorFactory

All Superinterfaces:
EmbeddedDocumentExtractorFactory, Serializable
All Known Implementing Classes:
RUnpackExtractorFactory

public interface EmbeddedDocumentByteStoreExtractorFactory extends EmbeddedDocumentExtractorFactory
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.