gpt4 book ai didi

python - 使用 python 检查 pdf 限制

转载 作者:太空宇宙 更新时间:2023-11-03 19:11:48 25 4
gpt4 key购买 nike

我正在使用 python 将 pdf 提供给 OCR 引擎。然而,其中一些可能有复制限制。访问和检查文档限制的最简单方法是什么(最好使用标准库,但这不是破坏者)?

最佳答案

您可以使用pyPoppler ,开源 Poppler 库的 Python 接口(interface)。

import poppler
doc = poppler.document_new_from_file('file://some/file.pdf', None) # replace None with password if required
if doc.props.permissions & poppler.PERMISSIONS_OK_TO_PRINT:
# print the file

关于python - 使用 python 检查 pdf 限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12728118/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com