Skip to content

Commit

Permalink
Update the readme to emphasize the need to deploy the files to an HTT…
Browse files Browse the repository at this point in the history
…PS server before running it
  • Loading branch information
Tom-Dynamsoft committed Sep 4, 2024
1 parent fb41f54 commit 3712b5e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ The web demo is available at [https://demo.dynamsoft.com/solutions/mrz-scanner/i

## Run this Solution

1. Clone the repo to a working directory
1. Clone the repository to a working directory or download the code as a ZIP file:

```sh
git clone https://github.com/Dynamsoft/MRZ-scanner-javascript
```

2. CD to the folder and run an https server
2. Deploy the files to a directory hosted on an HTTPS server.

```sh
cd MRZ-scanner-javascript
```
3. Open the "index.html" file in your browser.

> Basic Requirements
>
Expand All @@ -30,7 +28,7 @@ cd MRZ-scanner-javascript

## Request a Trial License

The key "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this solution (in the file `js/init.js`) serves as a test license valid for 24 hours, applicable to any newly authorized browser. To test the SDK further, you can request a 30-day free trial license via the <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&utm_source=docs&package=js" target="_blank">Request a Trial License</a> link.
The key "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" used in this solution (found in the js/init.js file) is a test license valid for 24 hours for any newly authorized browser. If you wish to test the SDK further, you can request a 30-day free trial license through the <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&utm_source=docs&package=js" target="_blank">Request a Trial License</a> link.

## Project Structure

Expand Down

0 comments on commit 3712b5e

Please sign in to comment.