Skip to content

Commit a9293c9

Browse files
update to internal commit 4b408b0e
1 parent c32b065 commit a9293c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ Learn how to use Dynamsoft Barcode Reader SDK in different programming languages
1616
- ![Java Icon]({{site.assets}}img-icon/homepage/java.svg){:class="java"} [Java]({{ site.dbr_java }})
1717
- ![.NET Icon]({{site.assets}}img-icon/homepage/dotnet.svg){:class="dotnet"} [.NET]({{ site.dbr_dotnet }})
1818
- ![C Icon]({{site.assets}}img-icon/homepage/c.svg){:class="c"} [C]({{ site.dbr_c }})
19-
- ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.dbr_cpp }})
19+
- ![C++ Icon]({{site.assets}}img-icon/homepage/cplusplus.svg){:class="cplusplus"} [C++]({{ site.dbr_cpp }})
20+
- ![NodeJS Icon]({{site.assets}}img-icon/homepage/nodejs.svg){:class="nodejs"} [Node JS](https://github.com/Dynamsoft/capture-vision-nodejs-samples/){:target="_blank"}

programming/python/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ else:
7575
# codes from following steps
7676
```
7777

78-
> The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work. Alternatively, you can request a 30-day **offline** free trial license from the <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=dbr&package=python" target="_blank">Customer Portal</a>.
78+
> 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=dbr&package=python" target="_blank">Customer Portal</a>.
7979
8080
### Create a CaptureVisionRouter Instance
8181

0 commit comments

Comments
 (0)