Interface IDocumentParserFactory

  • All Known Implementing Classes:
    GenericDocumentParserFactory

    public interface IDocumentParserFactory
    Factory providing document parsers for documents.
    Author:
    Pascal Essiembre
    • Method Detail

      • getParser

        IDocumentParser getParser​(String documentReference,
                                  ContentType contentType)
        Gets a document parser, optionally based on its reference or content type.
        Parameters:
        documentReference - document reference
        contentType - content type
        Returns:
        document parser