Skip to content

Commit 650174d

Browse files
committed
update license used in sample
1 parent 7fa85ab commit 650174d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hello-world/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ In this example, you will learn the minimum codes required to initialize and set
1212

1313
Let's quickly break down the methods used in order:
1414

15-
- `Dynamsoft.License.LicenseManager.initLicense()`: This method initializes the license for using the SDK in the application. Note that the string "**DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9**" used in this example points to an online license that requires a network connection to work.
16-
15+
- `Dynamsoft.License.LicenseManager.initLicense()`: This method initializes the license for using the SDK in the application.
1716
- `Dynamsoft.CVR.CaptureVisionRouter.createInstance()`: This method creates a `CaptureVisionRouter` object `router` which controls the entire process in three steps:
1817
- **Retrieve Images from the Image Source**
1918
- `router` connects to the image source through the [`Image Source Adapter`](https://www.dynamsoft.com/capture-vision/docs/core/architecture/input.html#image-source-adapter?lang=js) interface with the method `setInput()`.

0 commit comments

Comments
 (0)