Skip to content

Commit 6616c13

Browse files
Merge pull request #41 from dynamsoft-docs/preview
update to internal commit 78e55f09
2 parents ff65900 + 58d2a80 commit 6616c13

17 files changed

+17
-17
lines changed

programming-old/android/samples-v2.2.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you start viewing the samples, the following concepts may help you unders
2020

2121
### License
2222

23-
A network connection is required to verify the trial license in the samples. You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=docs&package=android){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}. If you download the [Installation Package](https://www.dynamsoft.com/label-recognition/downloads/?product=dlr&utm_source=docs&package=android), it comes with a 30-day trial license by default.
23+
A network connection is required to verify the trial license in the samples. You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=docs&package=android){:target="_blank"} link. If you download the [Installation Package](https://www.dynamsoft.com/label-recognition/downloads/?product=dlr&utm_source=docs&package=android), it comes with a 30-day trial license by default.
2424

2525
### Video Text Line Recognizing
2626

programming-old/android/user-guide-mrz-v2.2.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Add the SDK to your new project. Please read [Add the Libraries](#add-the-librar
155155
>
156156
>- Network connection is required for the license to work.
157157
>- The license string here will grant you a time-limited trial license.
158-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
158+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link
159159
160160
### Initialize Camera Module
161161

programming-old/android/user-guide-mrz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Add the SDK to your new project. Please read [Add the Libraries](#add-the-librar
155155
>
156156
>- Network connection is required for the license to work.
157157
>- The license string here will grant you a time-limited trial license.
158-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
158+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link
159159
160160
### Initialize Camera Module
161161

programming-old/android/user-guide-v1.2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Download the Dynamsoft Label Recognition SDK from the [Dynamsoft website](https:
8080
}
8181
```
8282
83-
Please replace `<insert DLR license key here>` with your DLR license key. You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
83+
Please replace `<insert DLR license key here>` with your DLR license key. You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link
8484
8585
In the snippet above, `<full image path>` should also be replaced with the full path to the image you'd like to recognize.
8686

programming-old/android/user-guide-v2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ There are two ways to include the Dynamsoft Label Recognizer SDK into your proje
120120
>Note:
121121
>- Network connection is required for the license to work.
122122
>- "DLS2***" is a default free public trial license used in the sample.
123-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
123+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link
124124
125125
2. Create an instance of Dynamsoft Label Recognizer
126126

programming-old/android/user-guide-v2.2.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
150150
>
151151
>- Network connection is required for the license to work.
152152
>- The license string here will grant you a time-limited trial license.
153-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
153+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=android){:target="_blank"} link
154154
155155
### Initialize Camera Module
156156

programming-old/objectivec-swift/samples-v2.2.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you start viewing the samples, the following concepts may help you unders
2020

2121
### License
2222

23-
A network connection is required to verify the trial license in the samples. You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=docs&package=ios){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}. If you download the [Installation Package](https://www.dynamsoft.com/label-recognition/downloads/?product=dlr&utm_source=docs&package=ios), it comes with a 30-day trial license by default.
23+
A network connection is required to verify the trial license in the samples. You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=docs&package=ios){:target="_blank"} link. If you download the [Installation Package](https://www.dynamsoft.com/label-recognition/downloads/?product=dlr&utm_source=docs&package=ios), it comes with a 30-day trial license by default.
2424

2525
### Video Text Line Recognizing
2626

programming-old/objectivec-swift/user-guide-mrz-v2.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Add the SDK to your new project. Please read [Add the Frameworks](#add-the-frame
143143
>
144144
>- Network connection is required for the license to work.
145145
>- The license string here will grant you a time-limited trial license.
146-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=ios){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
146+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=ios){:target="_blank"} link
147147
148148
### Initialize the Camera Module
149149

programming-old/objectivec-swift/user-guide-mrz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Add the SDK to your new project. Please read [Add the Frameworks](#add-the-frame
143143
>
144144
>- Network connection is required for the license to work.
145145
>- The license string here will grant you a time-limited trial license.
146-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=ios){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
146+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=ios){:target="_blank"} link
147147
148148
### Initialize the Camera Module
149149

programming-old/objectivec-swift/user-guide-v2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following sample will demonstrate how to take a picture and recognize it.
9797
>Note:
9898
>- Network connection is required for the license to work.
9999
>- "DLS2***" is a default free public trial license used in the sample.
100-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=ios){:target="_blank"} link. Offline trial license is also available by [contacting us](https://www.dynamsoft.com/contact/){:target="_blank"}.
100+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dlr&utm_source=guide&package=ios){:target="_blank"} link
101101
102102
2. Create an instance of Dynamsoft Label Recognizer
103103

0 commit comments

Comments
 (0)