You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/04/20 17:59:00 UTC

[jira] [Created] (TIKA-3723) Allow custom configuration of a ContentHandlerDecorator in AutoDetectParserConfig

Tim Allison created TIKA-3723:
---------------------------------

             Summary: Allow custom configuration of a ContentHandlerDecorator in AutoDetectParserConfig
                 Key: TIKA-3723
                 URL: https://issues.apache.org/jira/browse/TIKA-3723
             Project: Tika
          Issue Type: New Feature
            Reporter: Tim Allison


For advanced users, it would be helpful to be able to inject a custom handler via AutoDetectParserConfig.  Constructing the actual content handler is tricky.  In various places in Tika, some stream to disk, some stream results, some buffer to memory.  I don't think we can easily create a new ContentHandler, but we can open up configurability of a ContentHandlerDecorator that is applied in AutoDetectParser.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)