This Python project uses and OpenCV to detect and annotate text from images. It's a simple, easy-to-follow example for anyone looking to get started with Optical Character Recognition (OCR) in Python.
- Uses EasyOCR for robust multi-language text detection
- Displays annotated images with bounding boxes and text
- Handles single-line and multi-line text recognition
- Visualizes results using matplotlib