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
On a debian install, I get a lot of errors when indexing pdfs indicating JPEG2000 images cannot be read.
java[1179714]: ERROR [qtp1335914322-72] 14:16:52,117 org.apache.pdfbox.contentstream.PDFStreamEngine Cannot read JPEG2000 image: Java Advanced Imaging (JAI) Image I/O Tools are not installed
I put libraries in /opt/solr-8.11.1/contrib/extraction/lib
jai-imageio-core-1.4.0.jar jai-imageio-jpeg2000-1.4.0.jar
but still have the errors. Has anyone had success getting the JPEG2000 images read in pdfs during extraction?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a debian install, I get a lot of errors when indexing pdfs indicating JPEG2000 images cannot be read.
java[1179714]: ERROR [qtp1335914322-72] 14:16:52,117 org.apache.pdfbox.contentstream.PDFStreamEngine Cannot read JPEG2000 image: Java Advanced Imaging (JAI) Image I/O Tools are not installed
I put libraries in /opt/solr-8.11.1/contrib/extraction/lib
jai-imageio-core-1.4.0.jar
jai-imageio-jpeg2000-1.4.0.jar
but still have the errors.
Has anyone had success getting the JPEG2000 images read in pdfs during extraction?
The text was updated successfully, but these errors were encountered: