Python Text Extraction from PDF w/ Tesseract Simple PDF text detection with Python Libraries used: pytesseract - for text detection pdf2image - for turning PDF to images Pillow - for image processing (required by pytesseract)