diff --git a/barcode-reader/index.md b/barcode-reader/index.md index 0eb960f..15b61af 100644 --- a/barcode-reader/index.md +++ b/barcode-reader/index.md @@ -11,45 +11,118 @@ noTitleIndex: true Choose a category to get started. - @@ -57,33 +130,85 @@ Choose a category to get started.
Common questions, requirements, and core features of the Barcode Reader.
+ ++ Common questions, requirements, and core features of the Barcode Reader. +
- -Licensing details, trial vs. production, activation, and deployment guidance.
+ ++ Licensing details, trial versus production, activation, and deployment + guidance. +
- -Mobile SDK usage, platform-specific setup, and optimization tips.
+ ++ Mobile SDK usage, platform-specific setup, and optimization tips. +
- - -Server/Desktop/Embedded SDK usage, platform-specific setup, and optimization tips.
+ + ++ Server, desktop, and embedded SDK usage, platform-specific setup, and + optimization tips. +
- -Web SDK setup, browser compatibility, configuration, and UI customization.
+ ++ Web SDK setup, browser compatibility, configuration, and UI customization. +
+
> Please note that a single project can contain multiple license items. If you wish to bind a single license item to a certain domain, then you will need to make sure that license item is the only item in the associated project. First, remove the license item from its current project. Afterwards, create a new project and then open its configuration page. Then, move the license item to the new project and finally edit the binding info of the new project.
diff --git a/barcode-reader/web/configuration/pop-up-window-during-trail-process.md b/barcode-reader/web/configuration/pop-up-window-during-trail-process.md
deleted file mode 100644
index 39abb46..0000000
--- a/barcode-reader/web/configuration/pop-up-window-during-trail-process.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-layout: default-layout
-title: How to remove the expired warning message pop-up window in Dynamsoft Barcode Reader online demo scanning process?
-keywords: Dynamsoft Barcode Reader, FAQ, tech basic, barcodeReader, barcodeScanner, pop-up window
-description: How to remove the expired warning message pop-up window in Dynamsoft Barcode Reader online demo scanning process?
-needAutoGenerateSidebar: false
----
-
-# How to remove the expired warning message pop-up window in Dynamsoft Barcode Reader online demo scanning process?
-
-Users may meet pop-up window when using our online demo, don't worry about how to remove them, after purchasing the official license it will not pop up during the usage.
-
-The pop up window in our online demo:
-
-
-
-
-
-
diff --git a/barcode-reader/web/configuration/pop-up-window-during-trial-process.md b/barcode-reader/web/configuration/pop-up-window-during-trial-process.md
new file mode 100644
index 0000000..06c2a51
--- /dev/null
+++ b/barcode-reader/web/configuration/pop-up-window-during-trial-process.md
@@ -0,0 +1,33 @@
+---
+layout: default-layout
+title: How do I remove the license warning or expiration pop-up in Dynamsoft Barcode Reader?
+keywords: Dynamsoft Barcode Reader, FAQ, tech basic, barcodeReader, barcodeScanner, pop-up window
+description: How do I remove the license warning or expiration pop-up in Dynamsoft Barcode Reader?
+needAutoGenerateSidebar: false
+---
+
+# How do I remove the license warning or expiration pop-up in Dynamsoft Barcode Reader?
+
+When using Dynamsoft Barcode Reader SDK without a valid license or with a temporary license, a warning pop-up appears at startup to notify you of the licensing status.
+
+**Temporary License Warning**
+
+With a temporary license, the SDK provides 24 hours of usage for testing purposes and displays the following warning:
+
+
+
+**Expired License Warning**
+
+After the 24-hour period expires, the warning changes to indicate the license has expired, and scanning functionality is disabled:
+
+
+
+**Solution**
+
+To remove these warnings and restore full functionality, initialize the SDK with either:
+
+- A **purchased license**, or
+- A **30-day trial license**
+
+Once a valid license is applied, the temporary license warnings will no longer appear. You can refer [here](https://www.dynamsoft.com/barcode-reader/downloads/#javascript) to apply for a 30 day trial license.
+
diff --git a/barcode-reader/web/debug/general-troubleshooting-steps-for-decode-failure.md b/barcode-reader/web/debug/general-troubleshooting-steps-for-decode-failure.md
index cca9522..3b5a27e 100644
--- a/barcode-reader/web/debug/general-troubleshooting-steps-for-decode-failure.md
+++ b/barcode-reader/web/debug/general-troubleshooting-steps-for-decode-failure.md
@@ -14,20 +14,20 @@ Generally, with some setting changes via our APIs, Dynamsoft Barcode Reader Java
## Step 1 - try different scan settings with our standard online demo
-1. The first thing is to try the [JavaScript online demo](https://demo.dynamsoft.com/barcode-reader-js/). If the barcode is not being picked up under normal settings, let's try out some different settings in the demo. By default, the demo runs on the Best Speed mode, which you can see under the "Scan Settings" on the left-hand side. To potentially improve the performance, we recommend trying out the two other available modes in the demo: Balance or Best Coverage. Best Coverage will prioritize read rate over speed, while Best Speed will prioritize speed over accuracy or read rate. Balance offers the perfect mixture between the two.
+1. The first thing is to try the [JavaScript online demo](https://demo.dynamsoft.com/barcode-reader-js/). If the barcode is not being picked up under normal settings, let's try out some different settings in the demo. By default, the demo runs on the Best Speed mode, which you can see under the "Scan Settings" on the left-hand side. To potentially improve the performance, we recommend trying out the other available mode in the demo: Read rate first. This will prioritize read rate over speed, while Speed first will prioritize speed over accuracy or read rate.
-
+
-2. Enable Full HD resolution in the demo
-
+2. Enable Full HD resolution in the demo
## Step 2 - capture image frames and send to Dynamsoft for analysis
-1. Go to [JavaScript online demo debug mode](https://demo.dynamsoft.com/barcode-reader-js?debug=true) -> Click "START SCAN" -> Click the "Scan Settings" button. -> Place the barcode inside the scan region -> Click the "Capture" button on the top right corner -> A zip file that contains 8 frames will be downloaded.
+1. Go to [JavaScript online demo debug mode](https://demo.dynamsoft.com/barcode-reader-js?debug=true) -> Click "START SCAN" with any desired option -> Click the "Scan Settings" button. -> Place the barcode inside the scan region -> Click the "Capture" button on the top right corner -> A zip file that contains 8 frames will be downloaded.
-
+
2. Share the video frames set with [Dynamsoft Support team](https://www.dynamsoft.com/contact/). Our support team will investigate the video frames and get back to you with a solution as soon as possible.
diff --git a/barcode-reader/web/index.md b/barcode-reader/web/index.md
index 413bfb5..119ae62 100644
--- a/barcode-reader/web/index.md
+++ b/barcode-reader/web/index.md
@@ -41,7 +41,7 @@ Welcome! Browse the sections below for answers to common questions, configuratio
- [How do I create a NodeJS application using the SDK?](configuration/nodejs-implementation.html)
- [Offline mode usage for JavaScript SDK](configuration/javascript-sdk-offline-mode-use.html)
- [Newline character not being rendered](configuration/newline-character-not-being-rendered.html)
-- [Pop-up window during trial process](configuration/pop-up-window-during-trail-process.html)
+- [Pop-up window during trial process](configuration/pop-up-window-during-trial-process.html)
- [Read from existing files](configuration/read-from-existing-files.html)
- [Scan US driver's license](configuration/scan-US-drivers-license.html)
- [Upgrade old to new version](configuration/upgrade-old-to-new.html)
diff --git a/mrz-scanner/index.md b/mrz-scanner/index.md
index 2ad35c3..a465ef4 100644
--- a/mrz-scanner/index.md
+++ b/mrz-scanner/index.md
@@ -11,45 +11,118 @@ noTitleIndex: true
Choose a category to get started.
-
@@ -57,15 +130,35 @@ Choose a category to get started.
Common questions, requirements, and behavior of the MRZ Scanner.
+ ++ Common questions, requirements, and behavior of the MRZ Scanner. +
- -How licensing works, trial vs. production, and deployment guidance.
+ ++ How licensing works, trial versus production, and deployment guidance. +