We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98d417d + 85c16ee commit 1a3bf6bCopy full SHA for 1a3bf6b
license-activation/index.md
@@ -32,7 +32,7 @@ The following code snippets are using the public trial license to initialize the
32
>
33
>1.
34
```javascript
35
-Dynamsoft.DDN.DocumentNormalizer.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
+Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
36
```
37
2.
38
```java
0 commit comments