I’m upgrading libraries on my project and upgraded pdfbox from 0.6.7 to version 1.6.0 and can’t find LucenePDFDocument class. The class is still mentioned in the documentation/tutorials on the Apache page. Any ideas?
I’m upgrading libraries on my project and upgraded pdfbox from 0.6.7 to version 1.6.0
Share
The Lucene support was moved to a separate component within PDFBox (see PDFBOX-752).
You can find it under the
lucenedirectory in the PDFBox source tree or as thepdfbox-luceneartifact on the central Maven repository. And the jars can be downloaded from sites like mvnrepository