Interface EmbeddedDocumentByteStoreExtractorFactory

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

public interface EmbeddedDocumentByteStoreExtractorFactory extends EmbeddedDocumentExtractorFactory
This factory creates EmbeddedDocumentExtractors that require an UnpackHandler in the ParseContext should extend this. This is a shim interface to signal to PipesServer to use UnpackExtractor if the user doesn't configure a custom EmbeddedDocumentExtractor. TODO: Figure out how to simplify this and allow for emitting of the source document.