pdf到图像转换的poppler安装问题

问题描述

我需要安装poppler,因为需要使用python将pdf应用到页面转换 问题是遵循这些指令 https://github.com/Belval/pdf2image 在 anaconda 提示符下执行此行时: conda install -c conda-forge poppler 处理需要很长时间,看起来这里有问题是屏幕截图

enter image description here

如何解决 在这里解释更多的是代码错误

from pdf2image import convert_from_path
images = convert_from_path('C:\\Users\\web scraping\\Data\\Data1.pdf')


PDFInfonotinstalledError: Unable to get page count. Is poppler installed and in PATH?

那么有没有其他方法可以让我在不安装poppler的情况下转换图像

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)