dwt 16.2.5 → 16.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/dist/DynamsoftServiceSetup.deb +0 -0
- package/dist/dist/DynamsoftServiceSetup.msi +0 -0
- package/dist/dist/DynamsoftServiceSetup.pkg +0 -0
- package/dist/dist/DynamsoftServiceSetup.rpm +0 -0
- package/dist/dynamsoft.webtwain.min.js +6 -6
- package/dist/dynamsoft.webtwain.min.mjs +5 -5
- package/dist/types/index.d.ts +1 -1
- package/package.json +2 -2
- package/samples/1.AcquireImage.html +0 -69
- package/samples/2.CustomScan.html +0 -98
- package/samples/3.PDFRasterizer.html +0 -73
- package/samples/4.OCRADocument.html +0 -156
- package/samples/5.ReadBarcode.html +0 -231
- package/samples/6.ScanOrCapture.html +0 -189
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Cross-platform cross-browser JavaScript library for web document scanning.
|
|
|
15
15
|
### The main package
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install dwt
|
|
18
|
+
npm install dwt@16.2.6
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
### A Virtual Scanner
|
|
@@ -142,15 +142,15 @@ If you do not have a physical scanner to test on Windows, you can install a virt
|
|
|
142
142
|
|
|
143
143
|
>`Dynamsoft Service (DynamsoftService.exe, 64bit)`
|
|
144
144
|
>
|
|
145
|
-
>**v16.2** (build version 1, 6, 2,
|
|
145
|
+
>**v16.2.6** (build version 1, 6, 2,1212)
|
|
146
146
|
>
|
|
147
147
|
>`Dynamsoft Service Manager (DWASManager_16200112.dll, 64bit)`
|
|
148
148
|
>
|
|
149
|
-
>**v16.2** (build version 16, 2,
|
|
149
|
+
>**v16.2.6** (build version 16, 2, 6, 1212)
|
|
150
150
|
>
|
|
151
|
-
>`Dynamic Web TWAIN (dwt_16.2.
|
|
151
|
+
>`Dynamic Web TWAIN (dwt_16.2.6.1212.dll, 64bit)`
|
|
152
152
|
>
|
|
153
|
-
>**v16.2** (build version 16, 2,
|
|
153
|
+
>**v16.2.6** (build version 16, 2, 6, 1212)
|
|
154
154
|
>
|
|
155
155
|
>`Dynamsoft PDF Rasterizer (DynamicPdfRx64_11.1.0.0112.dll, 64bit)`
|
|
156
156
|
>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|