Skip to content

Commit

Permalink
Merge pull request #56 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit af35162b
  • Loading branch information
DMGithubPublisher authored Oct 15, 2024
2 parents 19c92d6 + 7e979c6 commit a46d8ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion programming/cplusplus/user-guide/mrz-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Open the `MRZScanner.cpp` file and add the following code inside the `Main` meth
```

>Note:
> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. When it expires, you can request a 30-day free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=dcv&package=c_cpp" target="_blank">Customer Portal</a>.
> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. When it expires, you can request a 30-day free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=mrz&package=c_cpp" target="_blank">Customer Portal</a>.

### Create a CaptureVisionRouter Instance

Expand Down
2 changes: 1 addition & 1 deletion programming/dotnet/user-guide/mrz-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (errorCode != (int)EnumErrorCode.EC_OK && errorCode != (int)EnumErrorCode.EC_
Console.WriteLine("License initialization error: " + errorMsg);
```

> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. When it expires, you can request a 30-day free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=dcv&package=dotnet" target="_blank">Customer Portal</a>.
> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. When it expires, you can request a 30-day free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=mrz&package=dotnet" target="_blank">Customer Portal</a>.
### Create a CaptureVisionRouter Instance

Expand Down
2 changes: 1 addition & 1 deletion programming/python/user-guide/mrz-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ else:
# codes from following steps
```

> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. When it expires, you can request a 30-day free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=dcv&package=python" target="_blank">Customer Portal</a>.
> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. When it expires, you can request a 30-day free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=mrz&package=python" target="_blank">Customer Portal</a>.
### Create a CaptureVisionRouter Instance

Expand Down

0 comments on commit a46d8ed

Please sign in to comment.