Skip to content

Commit c52d0b0

Browse files
committed
update license application in the ocr guide
1 parent 3a65422 commit c52d0b0

File tree

1 file changed

+3
-2
lines changed
  • _articles/extended-usage

1 file changed

+3
-2
lines changed

_articles/extended-usage/ocr.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Read on to learn about how to use it.
1818
## Requirements
1919

2020
* Windows 10 versions >= 1809 and all versions of Windows 11
21-
* A license with the OCR module ([30-day trial application](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform))
21+
* A license with the OCR module ([contact support to get a 30-day trial license](mailto:support@dynamsoft.com))
2222
* [DynamicWebTWAINOCRResources.zip](https://download2.dynamsoft.com/dwt/DynamicWebTWAINOCRResources.zip)
2323

2424
## Online Demo
@@ -42,7 +42,7 @@ It will copy an `ocr` folder to Dynamic Web TWAIN Service's [installation folder
4242

4343
### Step Two - Write a Basic Document Scanning Page
4444

45-
Create a HTML with the following content. It can scan documents from scanners as well as loading local images.
45+
Create a HTML file with the following content. It can scan documents from scanners as well as loading local images.
4646

4747
```html
4848
<!DOCTYPE html>
@@ -79,6 +79,7 @@ Create a HTML with the following content. It can scan documents from scanners as
7979

8080
<script type="text/javascript">
8181
var DWTObject;
82+
Dynamsoft.DWT.ProductKey = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"; //one-day trial license
8283
Dynamsoft.DWT.RegisterEvent("OnWebTwainReady", function () {
8384
DWTObject = Dynamsoft.DWT.GetWebTwain("dwtcontrolContainer");
8485
DWTObject.Viewer.width = "100%";

0 commit comments

Comments
 (0)