[Feature Request] add tika 4 support for future compatibility #13816
Unanswered
binderth
asked this question in
Feature Requests
Replies: 1 comment 5 replies
|
We're aware but it won't be support for both. Tika v4 was a major breaking change |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
Description
Since a few days my email and Office documents stopped being consumed and stopped with an error in the task lists (especially since I just forward Emails to paperless)
Everything else looked healthy: all containers including tika were up, tika answered on port 9998, the health check was green, and I had not changed anything in my setup. The only sign of trouble was this in the failed tasks list:
after digging into the logs I figured, tika was updated to 4.0.0.0 somewhere the last days (as I had tika:latest in my compose.yaml). After searching for changes from 3.x to 4.x it seems tika now needs explicit arguments and and only reports a JSON back on
/tika/json, a call to/tika/textwithapplication/jsonresults in said 406-errors.Feature Request
So, my request would be to perhaps add a little information in the docs or perhaps on startup that currently only tika 3.3.x is supported. In the longer term I think, tika 4.x has to be considered as well.
Other
No response
All reactions