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
Dynamic Web TWAIN provides an OCR add-on to extract text in your scanned images. It uses latest deep learning techniques and has a good accuracy. Read on to learn about how to use it.
14
+
Dynamic Web TWAIN provides an OCR add-on to extract text from scanned images. It utilizes the latest deep learning techniques and delivers high accuracy. All processing occurs locally on end-user devices, with no data uploaded to cloud servers.
15
+
16
+
Read on to learn about how to use it.
15
17
16
18
## Requirements
17
19
@@ -25,6 +27,8 @@ Dynamic Web TWAIN provides an OCR add-on to extract text in your scanned images.
25
27
26
28
Download [DynamicWebTWAINOCRResources.zip](https://download2.dynamsoft.com/dwt/DynamicWebTWAINOCRResources.zip), unzip it and run `Install.cmd` inside the `ocr` folder as admin to install the OCR package. It will copy the `ocr` folder to the service's [installation folder](/_articles/extended-usage/dynamsoft-service-configuration.md#installation-folder). (You need to install Dynamic Web TWAIN Service beforehand.)
27
29
30
+
The `ocr` folder contains the runtime and model files that are required to perform on-device OCR.
31
+
28
32
### Step Two - Write a Basic Document Scanning Page
29
33
30
34
Create a HTML with the following content. It can scan documents from scanners as well as loading local images.
0 commit comments