pdfminer
pdfminer copied to clipboard
I can not find the output file
when I type
pdf2txt.py C:\gropid\input\Attention.pdf -o output C:\gropid\output
I got no result I am missing something?
What is the command line output that you get?
noting I have windows10 and I used powesell window simply using cmd could not run commands(is that right?) then pip install pdfminer then python3 pdf2txt.py C:\gropid\input\Attention.pdf -o output C:\gropid\output in output dir I got folde(.idea) in it three files( models.xml, output.iml, workspace.xml)
I am still learning and this is one of my attempts to use code from GitHub so maybe I miss something need just some comments to understand what is going on thanks!
Try without "output" and with ".txt" at the end. For example,
python3 pdf2txt.py C:\gropid\input\Attention.pdf -o C:\gropid\output.txt
I tried, again no result I am new so sorry if I missed the obvious!