egullickson
  • Joined on 2025-12-29
egullickson pushed to main at egullickson/motovaultpro 2026-02-07 15:47:39 +00:00
6b0c18a41c Merge pull request 'fix: VIN OCR scanning fails with "No VIN Pattern found" on all images (#113)' (#114) from issue-113-fix-vin-ocr-scanning into main
75ce316aa5 chore: Change crop to remove locked aspect ratio
e4336ce9da fix: extract VIN from noisy OCR via sliding window + char deletion (refs #113)
432b3bda36 fix: remove char whitelist incompatible with Tesseract LSTM (refs #113)
ae5221c759 fix: invert min-channel so Tesseract gets dark-on-light text (refs #113)
Compare 16 commits »
egullickson merged pull request egullickson/motovaultpro#114 2026-02-07 15:47:37 +00:00
fix: VIN OCR scanning fails with "No VIN Pattern found" on all images (#113)
egullickson closed issue egullickson/motovaultpro#113 2026-02-07 15:47:37 +00:00
fix: VIN OCR scanning fails with "No VIN Pattern found in image" on all images
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 04:15:53 +00:00
75ce316aa5 chore: Change crop to remove locked aspect ratio
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 04:00:11 +00:00
e4336ce9da fix: extract VIN from noisy OCR via sliding window + char deletion (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 03:52:12 +00:00
432b3bda36 fix: remove char whitelist incompatible with Tesseract LSTM (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 03:39:52 +00:00
ae5221c759 fix: invert min-channel so Tesseract gets dark-on-light text (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 03:32:57 +00:00
63c027a454 fix: always use min-channel and add grayscale-only OCR path (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 03:23:48 +00:00
a07ec324fe fix: use min-channel grayscale and morphological cleanup for VIN OCR (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 03:15:12 +00:00
0de34983bb fix: use best-contrast color channel for VIN preprocessing (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 02:55:17 +00:00
ce2a8d88f9 fix: Mobile image crop fix
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 02:42:09 +00:00
9ce08cbb89 fix: Debug variables
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 02:26:10 +00:00
ff3858f750 fix: add debug image saving gated on LOG_LEVEL=debug (refs #113)
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 02:20:22 +00:00
488a267fc7 fix: Fixed debug env variable.
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 01:53:45 +00:00
3f0e243087 fix: Postgres Data paths
egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-07 01:36:47 +00:00
d5696320f1 fix: align VIN OCR logging with unified logging design (refs #113)
egullickson commented on issue egullickson/motovaultpro#113 2026-02-06 22:00:09 +00:00
fix: VIN OCR scanning fails with "No VIN Pattern found in image" on all images

RULE 0/1/2 Quality Review - PR #114

Reviewer: Quality Agent
Date: 2026-02-06
Branch: issue-113-fix-vin-ocr-scanning
Status: APPROVED WITH RECOMMENDATIONS


##…

egullickson created pull request egullickson/motovaultpro#114 2026-02-06 21:57:55 +00:00
fix: VIN OCR scanning fails with "No VIN Pattern found" on all images (#113)
egullickson commented on issue egullickson/motovaultpro#113 2026-02-06 21:57:41 +00:00
fix: VIN OCR scanning fails with "No VIN Pattern found in image" on all images

Milestone: Implementation Complete

Phase: Execution

egullickson pushed to issue-113-fix-vin-ocr-scanning at egullickson/motovaultpro 2026-02-06 21:57:20 +00:00
6a4c2137f7 fix: resolve VIN OCR scanning failures on all images (refs #113)