Skip to content

v2.1.0

Choose a tag to compare

@Felix-Dynamsoft Felix-Dynamsoft released this 16 May 19:57
· 21 commits to main since this release

2.1.0 (05/15/2025)

Highlighted Features

  • [UI] Redesigned the MRZScannerView (the main camera view) to have updated icons and better alignment and spacing.
  • Changed the default camera resolution when the camera is opened from 1080p to 2K (if the camera supports it).
  • Added a new property to the MRZScannerViewConfig interface, showPoweredByDynamsoft, which controls the visibility of the Powered By Dynamsoft message that is part of the MRZScannerView UI.
  • Introduced the ability for the MRZ Scanner to read MRZs from static images and PDFs without the need to use the MRZScannerView UI and the Load Image button.
  • Added two new properties to the MRZScannerViewConfig interface, uploadAcceptedTypes and uploadFileConverter, which convert static images and PDFs to blobs which can then be read by the MRZ Scanner.
  • Redeveloped the launch() method so that it can take a static image or file as input. To learn how to use that, please refer to Setting up the MRZ Reader for Static Images
  • Integrated Dynamsoft's Mobile Web Capture with the MRZ Scanner (JavaScript Edition) to allow the user to edit the scanned MRZ image like a document.
  • Added NationalityRaw and IssuingStateRaw to the MRZData interface that represent the raw values of these fields

Fixes