-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python: can't open file 'pdf2txt.py': [Errno 2] No such file or directory #12
Comments
Hi @conango , How did you install pdf2txt? Using pip? Did you use a virtual environment? Thanks! |
Hi @kjam , Thanks |
ok, can you search your computer and see if the pdf2txt.py file is located somewhere on your computer? If so, then you can use the full path like D:\path\pdf2txt.py -o en-final-table9.txt (etc) |
I looked at the source code of PDF Miner on GitHub. You can find On PDFMiner documentation website the link to the source code can be found: Here is where the Download the file to a known directory, open a terminal, navigate to that directory and run your command:
|
In chap 05,when running this command to transfer a PDF to txt from my work folder.This error occurs.
python pdf2txt.py -o en-final-table9.txt EN-FINAL\ Table\ 9.pdf
Is it about the path?
The text was updated successfully, but these errors were encountered: