You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -195,9 +196,9 @@ This section will help you use the library to build a simple web application to
195
196
* Supported Browser
196
197
* Camera access
197
198
198
-
### Step One: Write the code in one minute!
199
+
### Step One: Write code in one minute!
199
200
200
-
Create an HTML file with the following content. Deploy it to your web server if you have it already.
201
+
Create an HTML file with the following content. Deploy this to your web server and run the application over **HTTPS**.
201
202
202
203
* You will need to replace <code>PRODUCT-KEYS</code> with a trial key for the sample code to work correctly. You can acquire a trial key [here](https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx).
203
204
* If you don't have a ready-to-use web server and you happen to have a package manager like `npm` or `yarn`, you can set up a simple http server in minutes. Check out http-server on [npm](https://www.npmjs.com/package/http-server) or [yarn](https://yarnpkg.com/en/package/http-server).
@@ -207,7 +208,7 @@ Create an HTML file with the following content. Deploy it to your web server if
207
208
<html>
208
209
<body>
209
210
<!-- Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license. -->
> **NOTE**: : Since we do change the library a bit in each release, to make sure your application doesn't get interrupted by automatic updates, use a specific version in your production environment, as shown above. Using a general major version like `@7` is not recommended.
@@ -419,7 +420,7 @@ The following introduces the 3rd way. Check out the following code on how it's d
[Try in JSFiddle](https://jsfiddle.net/DynamsoftTeam/taykq592/)
609
610
610
-
## Self-hosted Deployment
611
+
## Self-hosted | Offline | Intranet Deployment
611
612
612
613
For commercial usage, we highly recommend self-hosted deployment. The following steps guide you through how to deploy the library on your own server.
613
614
@@ -642,7 +643,7 @@ Locate the following files and place them in the same directory on your server.
642
643
643
644
***Step three**: [Optional] Configure the `engineResourcePath`
644
645
645
-
If the resource files like the `wasm` files are not placed in the same directory as the file `dbr.min.js`. Then you will need to specify the path with the API `engineResourcePath`. Note that it must be set before `loadWasm` or `createInstance` is called.
646
+
If the resource files like the `wasm` files are not placed in the same directory as the file `dbr.js`. Then you will need to specify the path with the API `engineResourcePath`. Note that it must be set before `loadWasm` or `createInstance` is called.
* If you have deployed the library files on your own server, you'll need to replace the old files with the new version. Download the latest version [here](https://www.dynamsoft.com/Downloads/Dynamic-Barcode-Reader-Download.aspx).
@@ -711,7 +712,7 @@ It takes several steps to activate a purchased license, the following steps assu
711
712
712
713
```html
713
714
<!-- Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license. -->
0 commit comments