摘要: 最近有个需求:将大量的 PDF 文档转换为多张图片 PNG ,遂诞生此需求。 经过搜寻,发现以下方法。 一、pdf2image.convert_from_path 事实上,pdf2image 只是一个包装器,真正的转换工具是 poppler。 1.安装 pip install pd2image -i 阅读全文
posted @ 2022-12-04 23:44 Hider1214 阅读(3269) 评论(0) 推荐(0)