Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _articles/extended-usage/barcode-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ With the increasing use of barcode reading in document management systems, the B
## Environment

* Windows
* macOS
* Linux

## How to use

Expand Down
4 changes: 2 additions & 2 deletions _articles/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -32,7 +32,7 @@ description: Dynamic Web TWAIN SDK Documentation. This will help you integrate d
5. Secure data handling:
- Encrypted data pipeline <!-- is data encrypted in in motion and at rest? -->
- 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
Expand Down