Is LucenePDFDocument gone from pdfbox?

浪子不回头ぞ 提交于 2019-12-30 09:00:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!