Skip to content

Reduce the OCR code similarity threshold for in-app verification minds#3808

Martin Santangelo requested to merge js/reduce-similarity-threshould-ocr into master

Ticket(s) / Related Merge Requests

minds#3808 (closed)

Summary of Changes

Since the mobile OCR is weak to detect handwritten numbers we were allowing 2 wrong characters before upload it to the backend

I increased that to 4 wrong numbers (Since the backend is the one that actually does the final OCR validation)

  • Changelog file updated with this template (one or more)
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

in-app verification is currently not working on production (missing db permissions)

Regression Scope

none

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

Android device

Screenshots

check issue

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports