v2.1.0-beta-0514202502
Pre-release
Pre-release
Release Notes
SDK
[Features]
- [UI] Updated ScannerView Header icons and spacing
- Set the default resolution when opening camera to
2K
resolution - created
showPoweredByDynamsoft
config for ScannerView to hide thePowered By Dynamsoft
message - On scannerViewConfig, added these config to allow conversion of uploaded files into blobs that will be usable to scan the MRZ
uploadAcceptedTypes?: string; // Default: "image/*"
uploadFileConverter?: (file: File) => Promise<Blob>; // Function to convert non-image files to blobs
- We can use this to read uploaded MRZ through PDF for example
- Allow
launch()
with a static image. A sample is provided undersample/scenarios/use-file-input.html
- Introduced compatibility with Dynamsoft's Mobile Web Capture (https://www.dynamsoft.com/mobile-web-capture/docs/introduction/) as a scanner, that scans the MRZ image to be editable as a document.
[Fixes]
- Fixed Parsing on German ids returning
G<<
instead ofG
- Also, we now provide
NationalityRaw
andissuingStateRaw
to get the raw values of these fields.
- Also, we now provide
- Set
engineResourcePaths
beforeinitLicense
to prevent a bug when a user implements a custom engineResourcePath. - Update trial license banner link to lead to
https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&deploymenttype=web
Docs
- Version update from
2.0.0
to2.1.0-beta-0514202502