问题描述
我正在运行这篇中篇文章https://medium.com/better-programming/how-to-convert-pdfs-into-searchable-key-words-with-python-85aab86c544f中的代码,但是Textract遇到了这个问题。我不太确定问题是什么,我愿意使用任何其他将PDF图片转换为文本的库!
Traceback (most recent call last):
File "USERPATH\python38\site-packages\textract\parsers\utils.py",line 82,in run
pipe = subprocess.Popen(
File "C:\Program Files\USERPATH\lib\subprocess.py",line 854,in __init__
self._execute_child(args,executable,preexec_fn,close_fds,File "C:\Program Files\USERPATH\lib\subprocess.py",line 1307,in _execute_child
hp,ht,pid,tid = _winapi.CreateProcess(executable,args,FileNotFoundError: [WinError 2] The system cannot find the file specified
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)