You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.