Skip to content

v1.3.0-beta-202509040001

Pre-release
Pre-release

Choose a tag to compare

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 boundsDetectionEnabled to true to make code clearer, since its value already overridden to true when instantiating the MDS object.
  • Change the type of DocumentResult.correctedImageResult from DeskewedImageResultItem | DSImageData to DeskewedImageResultItem to fix a TypeScript error when calling methods like toCanvas().
  • Create the dds.esm.d.ts declaration file to fix ESM import/export issues.

Dependencies

Documentation

  • Update SDK versions from v1.2.0 to v1.3.0.
  • Add tsdoc annotations to bring API references to IDEs and allow content extraction with compatible development tools.
  • Add developer guides for JavaScript Framework samples.