Skip to content

v2.1.0-beta-0514202502

Pre-release
Pre-release
Compare
Choose a tag to compare

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 the Powered 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 under sample/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 of G
    • Also, we now provide NationalityRaw and issuingStateRaw to get the raw values of these fields.
  • Set engineResourcePaths before initLicense 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 to 2.1.0-beta-0514202502