Interface DocumentContentExtractorStore


public interface DocumentContentExtractorStore
Store for retrieving IDocumentContentExtractors based on MediaType.
  • Method Details

    • get

      IDocumentContentExtractor get(org.springframework.http.MediaType mediaType)
      Returns the IDocumentContentExtractor for the given media type.
      Parameters:
      mediaType - the media type to get the extractor for
      Returns:
      the extractor, or null if no extractor is found