Skip to content

Conversation

@Felix-Dynamsoft
Copy link
Contributor

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=mwc&deploymenttype=web

Docs

  • Version update from 2.0.0 to 2.1.0 beta.0514202501

@Felix-Dynamsoft
Copy link
Contributor Author

Wrong package number resulting in run time error. Fixed on #24

@amro-dynamsoft amro-dynamsoft deleted the release/v2.x/v2.1.0-beta.0514202501 branch August 29, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants