You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When extracting a PDF using the pdfminer method, it looks for an application called pdf2text.py, but the spawn package adds .exe to it automatically. Obviously this file doesn't exists, so it throws an exception.
The text was updated successfully, but these errors were encountered:
When extracting a PDF using the pdfminer method, it looks for an application called
pdf2text.py
, but the spawn package adds.exe
to it automatically. Obviously this file doesn't exists, so it throws an exception.The text was updated successfully, but these errors were encountered: