Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions programming/cplusplus/upgrade-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For users with a Perpetual License, please contact our sales team to update your

### 3. Migrate Your Templates

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.
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.

### 4. Rebuild the Project

Expand Down Expand Up @@ -168,7 +168,7 @@ int main()

### Migrate Your Templates

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.
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.

The template-based APIs have been updated as follows:

Expand Down Expand Up @@ -232,7 +232,7 @@ The following properties are replaced by similar properties under `SimplifiedBar

#### Migrate to Template File

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.
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.

| PublicRuntimeSettings Property | Template File Parameter |
| ------------------------------- | ----------------------- |
Expand Down
6 changes: 3 additions & 3 deletions programming/dotnet/upgrade-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This guide uses the Visual Studio GUI as an example to show how to update the pa

### 3. Migrate Your Templates

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.
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.

### 4. Rebuild the Project

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

### Migrate Your Templates

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.
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.

The template-based APIs have been updated as follows:

Expand Down Expand Up @@ -163,7 +163,7 @@ The following properties are replaced by similar properties under `SimplifiedBar

#### Migrate to Template File

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.
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.

| PublicRuntimeSettings Property | Template File Parameter |
| ------------------------------- | ----------------------- |
Expand Down
6 changes: 3 additions & 3 deletions programming/python/upgrade-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip install dynamsoft_barcode_reader_bundle --upgrade

### 3. Migrate Your Templates

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.
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.


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

### Migrate Your Templates

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.
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.

The template-based APIs have been updated as follows:

Expand Down Expand Up @@ -154,7 +154,7 @@ The following properties are replaced by similar properties under `SimplifiedBar

#### Migrate to Template File

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.
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.

| PublicRuntimeSetting Property | Template File Parameter |
| ------------------------------- | ----------------------- |
Expand Down