Skip to content

Commit 83a3249

Browse files
Merge pull request #137 from dynamsoft-docs/preview
update to internal commit e7d80d90
2 parents 6457902 + 0e80822 commit 83a3249

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

programming/cplusplus/upgrade-instruction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For users with a Perpetual License, please contact our sales team to update your
3535

3636
### 3. Migrate Your Templates
3737

38-
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please <a href="https://www.dynamsoft.com/contact/" target="_blank">contact us</a> to upgrade your template.
38+
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
3939

4040
### 4. Rebuild the Project
4141

@@ -168,7 +168,7 @@ int main()
168168

169169
### Migrate Your Templates
170170

171-
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please <a href="https://www.dynamsoft.com/contact/" target="_blank">contact us</a> to upgrade your template.
171+
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
172172

173173
The template-based APIs have been updated as follows:
174174

@@ -232,7 +232,7 @@ The following properties are replaced by similar properties under `SimplifiedBar
232232
233233
#### Migrate to Template File
234234

235-
The following properties can only be set via a template file. Please <a href="https://www.dynamsoft.com/contact/" target="_blank">contact us</a> to upgrade your template.
235+
The following properties can only be set via a template file. Please call `CBarcodeReader.OutputSettingsToFile` first with the old version to export the settings and then use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
236236

237237
| PublicRuntimeSettings Property | Template File Parameter |
238238
| ------------------------------- | ----------------------- |

programming/dotnet/upgrade-instruction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This guide uses the Visual Studio GUI as an example to show how to update the pa
3737

3838
### 3. Migrate Your Templates
3939

40-
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please <a href="https://www.dynamsoft.com/contact/" target="_blank">contact us</a> to upgrade your template.
40+
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
4141

4242
### 4. Rebuild the Project
4343

@@ -98,7 +98,7 @@ The APIs for decoding single image has been adjusted as follows:
9898

9999
### Migrate Your Templates
100100

101-
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please <a href="https://www.dynamsoft.com/contact/" target="_blank">contact us</a> to upgrade your template.
101+
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
102102

103103
The template-based APIs have been updated as follows:
104104

@@ -163,7 +163,7 @@ The following properties are replaced by similar properties under `SimplifiedBar
163163
164164
#### Migrate to Template File
165165

166-
The following properties can only be set via a template file. Please [contact us](https://www.dynamsoft.com/company/customer-service/#contact){:target="_blank"} so that we can help you to transform your current settings to a new template file.
166+
The following properties can only be set via a template file. Please call `BarcodeReader.OutputSettingsToFile` first with the old version to export the settings and then use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
167167

168168
| PublicRuntimeSettings Property | Template File Parameter |
169169
| ------------------------------- | ----------------------- |

programming/python/upgrade-instruction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install dynamsoft_barcode_reader_bundle --upgrade
3636

3737
### 3. Migrate Your Templates
3838

39-
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please <a href="https://www.dynamsoft.com/contact/" target="_blank">contact us</a> to upgrade your template.
39+
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
4040

4141

4242
## From version 9.x or earlier
@@ -93,7 +93,7 @@ The APIs for decoding single image has been adjusted as follows:
9393

9494
### Migrate Your Templates
9595

96-
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please <a href="https://download2.dynamsoft.com/dcv/TemplateConverter.zip" target="_blank">download the TemplateConverter tool</a> or <a href="https://www.dynamsoft.com/company/customer-service/#contact" target="_blank">contact us</a> to upgrade your template.
96+
The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
9797

9898
The template-based APIs have been updated as follows:
9999

@@ -154,7 +154,7 @@ The following properties are replaced by similar properties under `SimplifiedBar
154154
155155
#### Migrate to Template File
156156

157-
The following properties can only be set via a template file. Please [contact us](https://www.dynamsoft.com/company/customer-service/#contact){:target="_blank"} so that we can help you to transform your current settings to a new template file.
157+
The following properties can only be set via a template file. Please call `BarcodeReader.output_settings_to_json_file` first with the old version to export the settings and then use the <a href="https://www.dynamsoft.com/tools/template-upgrade/" target="_blank">template upgrade tool</a> to upgrade your template.
158158

159159
| PublicRuntimeSetting Property | Template File Parameter |
160160
| ------------------------------- | ----------------------- |

0 commit comments

Comments
 (0)