LucenePDFDocument 是否已从 pdfbox 中消失?

发布于 2024-12-13 02:48:36 字数 106 浏览 1 评论 0原文

我正在升级项目中的库,并将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滿滿的愛 2024-12-20 02:48:36

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 the pdfbox-lucene artifact on the central Maven repository. And the jars can be downloaded from sites like mvnrepository

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文