使用python将PDF转换为图像(pdf2image模块)

时间:2019-12-04 10:50:43

标签: python numpy pdf

我正在使用带有pdf2image模块的Python将PDF转换为图像。

我的代码:

import numpy as np
from pdf2image import convert_from_path
pages = convert_from_path('file.pdf')
print(pages)

我不知道为什么会出现此错误

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

该错误归因于路径!您应该将绝对路径从C:\(Windows)开始