You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.