From 8455c8a9a4dd6c880332beab3533425e12105c41 Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Fri, 11 Jul 2025 15:12:45 +0800 Subject: [PATCH] update to internal commit 8d88f3ec --- .../user-guide/barcode-scanner-customization.md | 2 +- .../javascript/user-guide/barcode-scanner.md | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) 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