v1.3.0-beta-202509040001
Pre-release
Pre-release
Release Notes
SDK
Features
- Upgrade to version 3.0.6001 of Dynamsoft Capture Vision JS (from version 2.6.1000).
- This upgrade improves document detection effectiveness, especially for white documents on white backgrounds.
- Simplify build and bundling approach.
- Improve TypeScript configuration and module resolution.
- Add ready-made samples for Angular, React, and Vue.
Fixes
- Set
boundsDetectionEnabledtotrueto make code clearer, since its value already overridden totruewhen instantiating the MDS object. - Change the type of
DocumentResult.correctedImageResultfromDeskewedImageResultItem | DSImageDatatoDeskewedImageResultItemto fix a TypeScript error when calling methods liketoCanvas(). - Create the
dds.esm.d.tsdeclaration file to fix ESM import/export issues.
Dependencies
Documentation
- Update SDK versions from v1.2.0 to v1.3.0.
- Add
tsdocannotations to bring API references to IDEs and allow content extraction with compatible development tools. - Add developer guides for JavaScript Framework samples.