A Python-based desktop application that extracts text from images using Tesseract OCR, and visually displays detected words with bounding boxes on the image.
- ๐ค Upload image and auto-extract text
- ๐ฉ Bounding boxes drawn on detected text
- ๐งพ Overlay labels showing recognized words
- ๐ฌ Extracted text shown in editable textbox
- ๐พ Save extracted text as
.txtfile - ๐งน Clear/reset interface
- Python 3.7+
- Tesseract OCR
Install required Python modules:
pip install pillow pytesseract