Skip to content

Commit 9abe5e1

Browse files
Merge pull request #958 from dynamsoft-docs/preview
Update to 19.3
2 parents 312a40a + 1015019 commit 9abe5e1

27 files changed

+1195
-78
lines changed

_articles/extended-usage/advanced-initialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ The resource files loaded from CDNs and package managers slightly differ from th
7171
<html>
7272
<head>
7373
<!-- Load resources from UNPKG CDN -->
74-
<script src="https://unpkg.com/dwt@19.2.0/dist/dynamsoft.webtwain.min.js"></script>
74+
<script src="https://unpkg.com/dwt@19.3.0/dist/dynamsoft.webtwain.min.js"></script>
7575
</head>
7676

7777
<body>
7878
<div id="dwtcontrolContainer"></div> <!-- The WebTwain object binds to this div by default -->
7979
<script>
8080
var DWTObject; // Use this to store the WebTwain object after retrieval
8181
82-
Dynamsoft.DWT.ResourcesPath = "https://unpkg.com/dwt@19.2.0/dist"; // Load supporting resources from here
82+
Dynamsoft.DWT.ResourcesPath = "https://unpkg.com/dwt@19.3.0/dist"; // Load supporting resources from here
8383
Dynamsoft.DWT.ProductKey = ""; // Add product key here
8484
8585
// Configure the default WebTwain instance

_articles/extended-usage/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This set of guides builds on the fundamental features covered in the standard us
2121
- [UI Customization](/_articles/extended-usage/ui-customization.md)
2222
- [Using the DWT RESTful API](/_articles/extended-usage/restful-api.md)
2323
- [Barcode Recognition](/_articles/extended-usage/barcode-processing.md)
24+
- [OCR](./ocr.md)
2425
- [PDF Handling](/_articles/extended-usage/pdf-processing.md)
2526
- [Buffer Caching](/_articles/extended-usage/buffer-caching.md)
2627
- [Remote Scan](https://www.dynamsoft.com/remote-scan/docs/introduction/)

0 commit comments

Comments
 (0)