Skip to content

[MS-1215] Using Full-Res image for OCR in MF-ID#1432

Merged
alexandr-simprints merged 3 commits into
release/2025.4.0from
MS-1215-md-id-check-if-we-can-use-full-res-images-from-camera-instead-of-video-frames-for-ocr
Oct 28, 2025
Merged

[MS-1215] Using Full-Res image for OCR in MF-ID#1432
alexandr-simprints merged 3 commits into
release/2025.4.0from
MS-1215-md-id-check-if-we-can-use-full-res-images-from-camera-instead-of-video-frames-for-ocr

Conversation

@alexandr-simprints
Copy link
Copy Markdown
Contributor

JIRA ticket
Will be released in: 2025.4.0

Root cause analysis (for bugfixes only)

First known affected version: 2025.4.0

Initially, SID analyzed heavily-compressed frames from the camera feedback stream to run OCR. While OCR capabilities proved to be great, the resulting image was not up to expected quality. This made it hard to verify that the OCR readout was correct, refer to the image below:
image

Notable changes

  • SID now captures a full-res image as often as it can and runs OCR on the captured images.
  • Number of required image captures reduced from 5 to 3 to make the OCR step fast enough.
  • Preview images are now clear, and makes it easier for user to confirm whether the OCR readout was correct
image

Testing guidance

Usual Mf-ID scanner testing protocol. Scan any supported document with OCR scanner.

Additional work checklist

  • Effect on other features and security has been considered
  • Design document marked as "In development" (if applicable)
  • External (Gitbook) and internal (Confluence) Documentation is up to date (or ticket created)
  • Test cases in Testiny are up to date (or ticket created)
  • Other teams notified about the changes (if applicable)

…era video stream, we are now taking a full-res image to run OCR on. This increases the image quality and aims to provide a clear credential reference for the user on UI. Due to increased performance requirements, size of credential scans reduces from 5 to 3.
@alexandr-simprints alexandr-simprints force-pushed the MS-1215-md-id-check-if-we-can-use-full-res-images-from-camera-instead-of-video-frames-for-ocr branch from c710835 to a2648fb Compare October 27, 2025 15:14
@sonarqubecloud
Copy link
Copy Markdown

@alexandr-simprints alexandr-simprints merged commit 4f14a5f into release/2025.4.0 Oct 28, 2025
13 checks passed
@alexandr-simprints alexandr-simprints deleted the MS-1215-md-id-check-if-we-can-use-full-res-images-from-camera-instead-of-video-frames-for-ocr branch October 28, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants