/pdf2readable

This Python program converts PDFs filled with uncopyable/uneditable text into editable text files. Using PyTesseract, it reads the content of each PDF as an image and extracts the text.

Primary LanguagePython

pdf2readable

This Python program converts PDFs filled with uncopyable/uneditable text into editable text files. Using PyTesseract, it reads the content of each PDF as an image and extracts the text.