vinaykanigicherla / pdftolatex

Python tool for generation of LaTex code from PDF files.
77 stars 23 forks source link

I had some problem with converter_pdf.py parsing issue #1

Closed okaragoz closed 3 years ago

okaragoz commented 3 years ago

Hello @vinaykanigicherla,

I am experiencing the trouble you indicated in your statement, and this little tool can be really useful. But when I tried to run it myself, I encountered a problem like this.

python3 convert_pdf.py --filepath ./98JE00360.pdf usage: convert_pdf.py [-h] [--folderpath FOLDERPATH] filepath convert_pdf.py: error: unrecognized arguments: --filepath

Thanks, Oz.

vinaykanigicherla commented 3 years ago

Thanks for catching this issue! This was due to a small typo in the argparse code. Should be fixed now. Feel free to reopen the issue if there are still problems.