A Python-based tool that breaks simple CAPTCHA images using Tesseract OCR. Includes both a Command Line Interface (CLI) and an optional Graphical User Interface (GUI) built with Tkinter.
- ✅ OCR-based CAPTCHA solver using Tesseract
- ✅ Preprocessing for better accuracy
- ✅ Simple GUI to browse and solve captchas visually
- ✅ Modular code structure
- ✅ Easily extendable with better OCR models or CNNs
See requirements.txt
for dependencies.