We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Statement:
Since the upgrade to Apache Tika 2.x.x PDFs and Images ocr times out quickly and then throws error silently in the server side.
This might be due to missing client header.
Proposed Solution:
X-Tika-OCRTimeout
30
X-Tika-PDFocrStrategy
auto
Actions:
The text was updated successfully, but these errors were encountered:
chore: update tika ocr and pdf scannning
691c0e1
This Closes #247
ed6b41f
Since X-Tika-PDFocrStrategy is set, there is no need for X-Tika-OCRTimeout
Sorry, something went wrong.
hore: update tika ocr and pdf scannning (#248)
5af2887
* chore: update tika ocr and pdf scannning This Closes #247 * chore: update from 7071 to 8070
saidsef
Successfully merging a pull request may close this issue.
Problem Statement:
Since the upgrade to Apache Tika 2.x.x PDFs and Images ocr times out quickly and then throws error silently in the server side.
This might be due to missing client header.
Proposed Solution:
X-Tika-OCRTimeout
and set it to30
secondsX-Tika-PDFocrStrategy
toauto
so that the server decides if ocr should be forcedActions:
The text was updated successfully, but these errors were encountered: