Interface IDocumentTagger

    • Method Detail

      • tagDocument

        void tagDocument​(HandlerDoc doc,
                         InputStream input,
                         ParseState parseState)
                  throws ImporterHandlerException
        Tags a document with extra metadata information.
        Parameters:
        doc - document
        input - document content
        parseState - whether the document has been parsed already or not (a parsed document should normally be text-based)
        Throws:
        ImporterHandlerException - problem tagging the document