pdf2image:https://github.com/Belval/pdf2image
pdfTools: https://github.com/ropensci/pdftools#building-from-source
(linux环境,必须两个都安装)安装pdf2image: pip install pdf2image
安装pdfTools : sudo yum install poppler-cpp-devel
pdf2image 使用
import tempfile
from pdf2image i