Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
License Control
- license
license
Specify an online license or an offline license. Dynamsoft usually provides an online license.
license
needs to be set before createInstance()
or loadWasm()
.
static license: string
Code Snippet
Dynamsoft.DCP.CodeParser.license = "YOUR-LICENSE-KEY";
let parser = await Dynamsoft.DCP.CodeParser.createInstance();