使用 pdf2image 模块时出现错误:
from pdf2image import convert_from_path pages = convert_from_path('mypdf', 500) for page in pages: page.save('out.jpg', 'JPEG')
image python-3.x pypdf2
image ×1
pypdf2 ×1
python-3.x ×1