Skip to content

1.1.0

Choose a tag to compare

@Ellie-dynamsoft Ellie-dynamsoft released this 16 Jan 01:18
· 17 commits to main since this release

Improved

  • Optimized compatibility with browsers. » Detail

Added

  • Added the namespace Dynamsoft.DDV.Core.

  • Added the property license to specify the license string.

  • Added the property engineResourcePath to specify the path leading to a folder containing the distributed WASM files.

  • Added the property deviceFriendlyName to specify a human-readable name for the device which corresponds to its UUID.

  • Added the method loadWasm() to load WASM modules before initializing.

  • Added the method init() to initialize DDV.

  • Added the method insertBlankPage() to insert a blank page to the document.

Removed

The following API is removed.

API Name Notes
Dynamsoft.DDV.setConfig() Use Dynamsoft.DDV.Core.license, Dynamsoft.DDV.Core.engineResource, Dynamsoft.DDV.Core.deviceFriendlyName, Dynamsoft.DDV.Core.init() instead.