Pdf解析,如何解压缩文本

发布于 2024-12-15 06:08:53 字数 105 浏览 1 评论 0原文

您好,我正在尝试解析 pdf 文件,我能够从 pdf 中提取文本,但是如果 pdf 被压缩(使用 flatedecode),我会得到垃圾字符,因此需要知道如何解压缩文本,以及如何知道使用的过滤器?

Hi am trying to parse a pdf file, am able to extract the Text from pdf, but if the pdf is compressed (using flatedecode), i get junk characters so needed to know how to decompress the text, also how to know the filter used?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

撕心裂肺的伤痛 2024-12-22 06:08:53

如果使用 c++ 工作,则可以使用 zlib 库对页面内容流的字节进行解压缩。

You can use zlib library if working in c++ to do decompression of the bytes for the content stream of a page.

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