mgorkove / pdfToTxt

Command line interface to convert multiple PDFs to text files. Uses pdfminer.
13 stars 17 forks source link

python 3 #2

Open jairomelo opened 5 years ago

jairomelo commented 5 years ago

I just did some minor changes in order to make it compatible with python 3. The only requirement is to install pdfminer.six :)