Passport-OCR-YOLO/ ├── Scripts/ │ ├── detection/ # MRZ detection │ │ ├── detect.py # MRZ region detection with YOLO │ │ └── preprocess.py # image cropping / deskew / contrast │ ├── ocr/ # Tesseract + ...