问题
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?
回答1:
The Lucene support was moved to a separate component within PDFBox (see PDFBOX-752).
You can find it under the lucene
directory in the PDFBox source tree or as the pdfbox-lucene
artifact on the central Maven repository. And the jars can be downloaded from sites like mvnrepository
来源:https://stackoverflow.com/questions/7974003/is-lucenepdfdocument-gone-from-pdfbox