Skip to content

feat: release v2.1.0-beta-0514202501 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Felix-Dynamsoft
Copy link
Collaborator

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
Collaborator Author

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

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.

2 participants