Passport-OCR-YOLO/ ├── Scripts/ │ ├── detection/ # MRZ detection │ │ ├── detect.py # MRZ region detection with YOLO │ │ └── preprocess.py # image cropping / deskew / contrast │ ├── ocr/ # Tesseract + ...
This project is a web-based application that enables users to upload images and automatically extract any visible text using Optical Character Recognition (OCR). The backend is built with Flask and ...