Improved
OCR Match Improvements
8 months ago by Jason Langkamer-Smith
We made some improvements to our OCR match logic.
similarityThresholdis now 70 for most comparisons, including dates.similarityThresholdis 100 for issuer comparisons.
OCR mismatch details
When you include the ocr_match signal in the /start request body, we perform OCR matching checks between the image and the extracted barcode or MRZ data. Match results are returned in the /get-results response as part of an ocr_match object. We updated ocr_match descriptions to reflect the changes to our OCR match logic.
Theocr_matchresponse schema is unchanged.
We added an OCR Mismatch Details page with illustrations and example response data. The page explains the relationships between similarityThreshold, similarityScore, and other properties.
- See OCR Mismatch Details.
