Resource Base
Table of contents

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();

Is this page helpful?

YesYes NoNo

In this article: