An open API service indexing awesome lists of open source software.

https://github.com/dynamsoft/web-twain-codelab

Various samples demonstrating Dynamic Web TWAIN's features. It is a collection of code snippets.
https://github.com/dynamsoft/web-twain-codelab

Last synced: 8 months ago
JSON representation

Various samples demonstrating Dynamic Web TWAIN's features. It is a collection of code snippets.

Awesome Lists containing this project

README

          

# web-twain-codelab

Samples for [Dynamic Web TWAIN](http://www.dynamsoft.com/web-twain/overview/) demonstrating its features. You can find online demos here:

Check out more samples in this repo:

## Scan

- [Remove Blank Page](scan/auto-remove-blank-page.html)
- [Basic Scan](scan/basic-scan.html)
- [Set Custom Data for Scanning](scan/custom-data.html)
- [Keeping ScanUI Focused on Top](scan/focus-scanUI-always-on-top.html)
- [Getting Custom Scanning Data](scan/get-custom-data.html)
- [Setting Image Layout Rectangle](scan/image-layout.html)
- [Reading MagData During Scan](scan/mag-data.html)
- [Use the Scanner's Built-in Barcode Detection](scan/read-barcode.html)
- [Single-Side Scanning on Duplex Scanners](scan/scan-one-side.html)
- [Directly Writing Image to Specified File](scan/transfer-mode.html)
- [Setting Maximum Image Count per Scan](scan/xfer-count.html)
- [Batch-Setting Scanner Capabilities](scan/capabilities/capabilities.html)

## UI Customization

- [Built-in image viewer and editor](UI-customization/image-editor.html)
- [Loading Bar](UI-customization/loading-bar.html)
- [Progress Bar](UI-customization/progress-bar.html)
- [Viewer and Thumbnail Navigator](UI-customization/thumbnail.html)
- [Without Built-In Viewer](UI-customization/without-UI.html)

### Classification

- [Organizing Scanned Images by Documents](classification/document/document.html)
- [Organizing Scanned Images by Tags](classification/tag/tag.html)

## Input Options

- [Downloading from HTTP Server](input-options/download.html)
- [Loading from Local Drive](input-options/load-from-local-drive.html)
- [Loading Images by File Type](input-options/load-images-by-file-type.html)

## Output Options

- [Converting between Image and Base64](output-options/convertToBase64.html)
- [Converting Image to Blob](output-options/convertToBlob.html)
- [Saving Documents Locally](output-options/save.html)
- [Simultaneous Scanning and Uploading](output-options/simultaneous-scan-upload/simultaneous-scan-upload.html)
- [Uploading Documents to HTTP Server](output-options/upload/upload.html)

## Misc

- [Edit Image](edit-image.html)
- [Scanning with LocalStorage](localstorage.html)