Convert Pdf Files containing Krutidev and/or latin to unicode while preserving font information
- Python version 2.7
- pdfminer
pip install pdfminer
$ python2 pdf2unicode.py -i input.pdf -o output.txtPdfs containg kurtidev along with latin characters are supported given that font information is encoded with every character. See sample Directory for reference. Converts those pdfs successfully keeping intact the different font information to unicode
View Sample Conversions in the sample Directory