feat: Migrate VIN extractor to engine abstraction (#115) #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Relates to #115
Migrate
vin_extractor.pyandocr_service.pyto use the new OcrEngine abstraction instead of calling pytesseract directly. PaddleOCR becomes primary engine.Changes
ocr/app/extractors/vin_extractor.py- Replacepytesseract.image_to_data()calls withengine.recognize()ocr/app/services/ocr_service.py- Replacepytesseractcalls with engine interfaceocr/app/extractors/receipt_extractor.py- Same migration (if uses Tesseract directly)Acceptance Criteria