diff --git a/_articles/extended-usage/barcode-processing.md b/_articles/extended-usage/barcode-processing.md index 584addc8..f34839ea 100644 --- a/_articles/extended-usage/barcode-processing.md +++ b/_articles/extended-usage/barcode-processing.md @@ -18,6 +18,8 @@ With the increasing use of barcode reading in document management systems, the B ## Environment * Windows +* macOS +* Linux ## How to use diff --git a/_articles/introduction/index.md b/_articles/introduction/index.md index fb2e6a73..d086c0b7 100644 --- a/_articles/introduction/index.md +++ b/_articles/introduction/index.md @@ -10,7 +10,7 @@ description: Dynamic Web TWAIN SDK Documentation. This will help you integrate d # Introduction -**Dynamsoft Dynamic Web TWAIN** (DWT) is a software development kit (SDK) that enables users to scan documents from a **web environment** via APIs like TWAIN, WIA, ICA, SANE and eSCL. DWT handles the whole data flow, from image acquisition at the scanner, to displaying and editing scanned images in the browser, and finally uploading to the server. +**Dynamsoft Dynamic Web TWAIN** (DWT) is a software development kit (SDK) that enables users to scan documents from a **web environment** via APIs like TWAIN, WIA, ICA, SANE and eSCL. DWT handles the whole data flow, from image acquisition at the scanner, to displaying and editing scanned images in the browser, and finally uploading to the server. To see it in action, please visit its [online demo](https://demo.dynamsoft.com/web-twain/). ## Quick Start @@ -32,7 +32,7 @@ description: Dynamic Web TWAIN SDK Documentation. This will help you integrate d 5. Secure data handling: - Encrypted data pipeline - Cache sanitization even upon unexpected shutdown of SDK -6. PDF annotation with [Dynamsoft Document Viewer](https://www.dynamsoft.com/document-viewer/docs/introduction/index.html) +6. PDF annotation with [Dynamsoft Document Viewer](https://www.dynamsoft.com/document-viewer/docs/introduction/index.html) ([demo](https://demo.dynamsoft.com/web-twain/annotate-scan)) ## Add-Ons