diff --git a/programming/javascript/user-guide/barcode-scanner-customization.md b/programming/javascript/user-guide/barcode-scanner-customization.md index 4a7742fd..5410271d 100644 --- a/programming/javascript/user-guide/barcode-scanner-customization.md +++ b/programming/javascript/user-guide/barcode-scanner-customization.md @@ -20,7 +20,7 @@ description: Dynamsoft Barcode Scanner customization 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`: > [!NOTE] -> See [all supported barcode formats](https://officecn.dynamsoft.com:808/barcode-reader/barcode-types/). +> See [all supported barcode formats](https://dynamsoft.com/barcode-reader/barcode-types/). ### Option 1: Set via BarcodeScannerConfig diff --git a/programming/javascript/user-guide/barcode-scanner.md b/programming/javascript/user-guide/barcode-scanner.md index b50289c0..190294fb 100644 --- a/programming/javascript/user-guide/barcode-scanner.md +++ b/programming/javascript/user-guide/barcode-scanner.md @@ -45,24 +45,20 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults ## License -### Trial License +When getting started with Barcode Scanner, we recommend getting your own 30-day trial license. - - -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) +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) --> {% include trialLicense.html %} -> [!IMPORTANT] + ## Quick Start: Hello World Example