Skip to content

Commit 20bf6e3

Browse files
Merge pull request #458 from dynamsoft-docs/preview
update to internal commit 8d88f3ec
2 parents 21338f0 + 8455c8a commit 20bf6e3

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

programming/javascript/user-guide/barcode-scanner-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: Dynamsoft Barcode Scanner customization
2020
Specifying the target barcode formats not only speeds up the recognition process but also improves accuracy. This is one of the most common customization needs. BarcodeScanner provides two ways to specify the barcode formats. For example, if your target formats are `QR_CODE` and `CODE_128`:
2121

2222
> [!NOTE]
23-
> See [all supported barcode formats](https://officecn.dynamsoft.com:808/barcode-reader/barcode-types/).
23+
> See [all supported barcode formats](https://dynamsoft.com/barcode-reader/barcode-types/).
2424
2525
### Option 1: Set via BarcodeScannerConfig
2626

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,20 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
4545
4646
## License
4747

48-
### Trial License
48+
When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
4949

50-
<!-- When getting started with Barcode Scanner, we recommend getting your own 30-day trial license through the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js). The trial license can be renewed via the same customer portal twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the [Dynamsoft Support Team](https://www.dynamsoft.com/company/contact/) if you need more time for a full evaluation.
50+
<!-- ### Trial License
5151
52-
> [!NOTE]
53-
> The **Barcode Scanner** license contains a license for the **Dynamsoft Barcode Reader**, and the **Dynamsoft Camera Enhancer** since the Barcode Scanner builds on top of those two products.
54-
-->
55-
56-
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js)
52+
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) -->
5753

5854
{% include trialLicense.html %}
5955

60-
> [!IMPORTANT]
56+
<!-- > [!IMPORTANT]
6157
> The trial license can be renewed via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the [Dynamsoft Support Team](https://www.dynamsoft.com/company/contact/) if you need more time for a full evaluation.
6258
6359
### Full License
6460
65-
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/).
61+
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/). -->
6662

6763
## Quick Start: Hello World Example
6864

0 commit comments

Comments
 (0)