gpt4 book ai didi

python-3.x - PyMuPDF : AttributeError: 'Document' object has no attribute 'loadPage'

转载 作者:行者123 更新时间:2023-12-02 15:50:05 32 4
gpt4 key购买 nike

我正在尝试将 pdf 页面转换为图像,以便在图像上使用 OCR。

我有 Ubuntu 21.10

python 3

import fitz
# read pdf file
pdf = fitz.open(file_path_name)
# load pdf page using index
page = pdf.loadPage(0)

pdf 来自扫描仪。

我尝试卸载 PyMuPDF,卸载 fitz 并重新安装,但仍然错误

sudo pip uninstall PyMuPDF
sudo pip uninstall fitz
sudo apt autoremove
sudo apt autoclean
reboot
sudo pip install PyMuPDF

回答

Collecting PyMuPDF
Using cached PyMuPDF-1.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.9 MB)
Installing collected packages: PyMuPDF
Successfully installed PyMuPDF-1.20.0

有什么想法吗?

最佳答案

PyMUPDF 库已将命名约定从 camelCase 更改为 snake_cased。因此,对 loadPage() 的调用变为 load_page()

有关名称更新的更多详细信息,请参阅 documentation for Deprecated Names .

关于python-3.x - PyMuPDF : AttributeError: 'Document' object has no attribute 'loadPage' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72771120/

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