LucenePDFDocument 是否已从 pdfbox 中消失?
我正在升级项目中的库,并将 pdfbox 从 0.6.7 升级到版本 1.6.0,但找不到 LucenePDFDocument 类。 Apache 页面上的文档/教程中仍然提到了该类。有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Lucene 支持已移至 PDFBox 中的单独组件(请参阅 PDFBOX-752) 。
您可以在 PDFBox 源代码树的
lucene
目录下找到它,或者在中央 Maven 存储库上将其作为pdfbox-lucene
工件找到。这些 jar 可以从 mvnrepository 等网站下载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 thepdfbox-lucene
artifact on the central Maven repository. And the jars can be downloaded from sites like mvnrepository