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 +195,9 @@ This section will help you use the library to build a simple web application to
195
195
* Supported Browser
196
196
* Camera access
197
197
198
-
### Step One: Write the code in one minute!
198
+
### Step One: Write code in one minute!
199
199
200
-
Create an HTML file with the following content. Deploy it to your web server if you have it already.
200
+
Create an HTML file with the following content. Deploy this to your web server and run the application over **HTTPS**.
201
201
202
202
* 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
203
* 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 +207,7 @@ Create an HTML file with the following content. Deploy it to your web server if
207
207
<html>
208
208
<body>
209
209
<!-- 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 +419,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
609
610
-
## Self-hosted Deployment
610
+
## Self-hosted | Offline | Intranet Deployment
611
611
612
612
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
613
@@ -642,7 +642,7 @@ Locate the following files and place them in the same directory on your server.
642
642
643
643
***Step three**: [Optional] Configure the `engineResourcePath`
644
644
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.
645
+
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 +711,7 @@ It takes several steps to activate a purchased license, the following steps assu
711
711
712
712
```html
713
713
<!-- Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license. -->
0 commit comments