This is a command line tool that solves simple alphanumeric captchas using the Tesseract OCR engine. It takes in an input image and outputs the predicted answer to console.
- Python 3.x
- pytesseract
- PIL
- cv2
After you have installed the requirements to your machine, simply replace the value for tesseract_path in config.py with your locally installed location and run the program. I've included 11 test images of which this program has 100% accuracy.