How-To-Use: https://github.com/UB-Mannheim/tesseract/wiki Download and add to PATH install dependencies: pip install pytesseract tesseract PySimpleGUI adjust this line of code: pytesseract.tesseract_cmd = 'C:/path/to/tesseract.exe' run: py gui.py