Skip to content

v1.3.1

Choose a tag to compare

@Timothy-Dynamsoft Timothy-Dynamsoft released this 05 Sep 19:36
· 1 commit to main since this release
f2486a1

Release Notes

SDK

Features

  • Upgraded to version 3.0.6001 of Dynamsoft Capture Vision JS (from 2.6.1000).
    • Improved document detection, especially for white documents on white backgrounds.
    • Simplified build and bundling.
  • Improved TypeScript configuration and module resolution.
  • Added ready-made samples for Angular, React, and Vue.

Fixes

  • Set boundsDetectionEnabled to true for clarity, since its value was already overridden during MDS instantiation.
  • Changed the type of DocumentResult.correctedImageResult from DeskewedImageResultItem | DSImageData to DeskewedImageResultItem to resolve a TypeScript error when calling methods like toCanvas().
  • Created the dds.esm.d.ts declaration file to fix ESM import/export issues.

Dependencies

Documentation

  • Updated SDK versions from v1.2.0 to v1.3.1.
  • Added tsdoc annotations to bring API references to IDEs and support compatible development tools.
  • Added developer guides for JavaScript Framework samples.