DocumentNormalizerModule Class
The DocumentNormalizerModule class defines common functionality in the DocumentNormalizer module.
| API Name | Description |
|---|---|
static getVersion() |
Returns the version of the DocumentNormalizer module. |
getVersion
Returns the version of the DocumentNormalizer module.
static getVersion(): string;
Code snippet
const version = Dynamsoft.DDN.DocumentNormalizerModule.getVersion();
console.log(version);