textract failed with exit code 127: pdftotext on windows 10
问题 I am trying to run a python program on a windows 10 machine with which I am trying to read and convert PDF files. However every time I run the program I get the following error. I have not found out how to resolve this yet. Is there anyone who can help me please :) Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\trpfinance\AppData\Local\Programs\Python\Python38-32\lib\site-packages\textract\parsers\utils.py", line 82, in run pipe = subprocess.Popen( File "C: