diff --git a/1.hello-world/1.hello-world.html b/1.hello-world/1.hello-world.html index 8d9b8c6a..a48818a4 100644 --- a/1.hello-world/1.hello-world.html +++ b/1.hello-world/1.hello-world.html @@ -11,7 +11,7 @@ Loading... - + + + diff --git a/1.hello-world/9.read-video-electron/package.json b/1.hello-world/9.read-video-electron/package.json index ecdb000f..eccc3ae5 100644 --- a/1.hello-world/9.read-video-electron/package.json +++ b/1.hello-world/9.read-video-electron/package.json @@ -9,7 +9,7 @@ }, "author": "tom@dynamsoft.com", "dependencies": { - "dynamsoft-javascript-barcode": "9.0.1", + "dynamsoft-javascript-barcode": "9.0.2", "electron": "14.0.1" } } diff --git a/1.hello-world/9.read-video-electron/style.css b/1.hello-world/9.read-video-electron/style.css index 59a0a6b0..51092f2e 100644 --- a/1.hello-world/9.read-video-electron/style.css +++ b/1.hello-world/9.read-video-electron/style.css @@ -1,3 +1,4 @@ + body { text-align: center; } @@ -7,10 +8,21 @@ body { height: 100%; } -.container { +#UIElement { margin: 2vmin auto; text-align: center; font-size: medium; - height: 60vh; + height: 40vh; + width: 80vw; +} +#resultText { + display: block; + margin: 0 auto; + padding: 0.4rem 0.8rem; + color: inherit; width: 80vw; + border: none; + font-size: 1rem; + border-radius: 0.2rem; + text-align: center; } \ No newline at end of file diff --git a/2.ui-tweaking/1.read-video-show-result.html b/2.ui-tweaking/1.read-video-show-result.html index d911934f..a8fc774d 100644 --- a/2.ui-tweaking/1.read-video-show-result.html +++ b/2.ui-tweaking/1.read-video-show-result.html @@ -20,7 +20,7 @@

Use the Default Built-in UI

All Results:
- + + + + + + diff --git a/3.settings/2.localizationModes-binarizationModes.html b/3.settings/2.localizationModes-binarizationModes.html index d8472668..8b519a7d 100644 --- a/3.settings/2.localizationModes-binarizationModes.html +++ b/3.settings/2.localizationModes-binarizationModes.html @@ -6,13 +6,13 @@ - Dynamsoft Barcode Reader Sample - Using Runtime Settings + Dynamsoft Barcode Reader Sample - Blurred or Small Barcodes - + diff --git a/3.settings/3.blurred-small-barcodes.html b/3.settings/3.blurred-small-barcodes.html index fedc34fd..53f84328 100644 --- a/3.settings/3.blurred-small-barcodes.html +++ b/3.settings/3.blurred-small-barcodes.html @@ -6,13 +6,13 @@ - Dynamsoft Barcode Reader Sample - Using Runtime Settings + Dynamsoft Barcode Reader Sample - Blurred Small Barcodes - + diff --git a/3.settings/4.deformed-incomplete-barcodes.html b/3.settings/4.deformed-incomplete-barcodes.html index 58a29b18..734822d8 100644 --- a/3.settings/4.deformed-incomplete-barcodes.html +++ b/3.settings/4.deformed-incomplete-barcodes.html @@ -6,13 +6,13 @@ - Dynamsoft Barcode Reader Sample - Using Runtime Settings + Dynamsoft Barcode Reader Sample - Deformed or Incomplete Barcodes - + diff --git a/3.settings/5.regionOfInterest-regionPredetection.html b/3.settings/5.regionOfInterest-regionPredetection.html index f1f022fa..792b5395 100644 --- a/3.settings/5.regionOfInterest-regionPredetection.html +++ b/3.settings/5.regionOfInterest-regionPredetection.html @@ -6,13 +6,13 @@ - Dynamsoft Barcode Reader Sample - Using Runtime Settings + Dynamsoft Barcode Reader Sample - Region Definition or Pre-detection - + diff --git a/3.settings/initScanner.js b/3.settings/initScanner.js index f55c14e6..2fb9ec8a 100644 --- a/3.settings/initScanner.js +++ b/3.settings/initScanner.js @@ -20,7 +20,7 @@ window.onload = async function () { /** * You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days. * Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. - * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=9.0.1&utm_source=github#specify-the-license or contact support@dynamsoft.com. + * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=9.0.2&utm_source=github#specify-the-license or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/4.use-case/1.fill-a-form-with-barcode-reading.html b/4.use-case/1.fill-a-form-with-barcode-reading.html index f113dbf7..fe5308d6 100644 --- a/4.use-case/1.fill-a-form-with-barcode-reading.html +++ b/4.use-case/1.fill-a-form-with-barcode-reading.html @@ -12,7 +12,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - + @@ -34,7 +34,7 @@

Click each input box to fill in!

/** * You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days. * Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. - * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=9.0.1&utm_source=github#specify-the-license or contact support@dynamsoft.com. + * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=9.0.2&utm_source=github#specify-the-license or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/4.use-case/2.read-a-drivers-license.html b/4.use-case/2.read-a-drivers-license.html index 96e15bb6..d7dc951d 100644 --- a/4.use-case/2.read-a-drivers-license.html +++ b/4.use-case/2.read-a-drivers-license.html @@ -35,7 +35,7 @@

Read A Driver's License Read A Driver's License