Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

The sample demonstrates how to use Dynamic Web TWAIN UI-less API to build web document scanning applications.

Dynamic Web TWAIN without UI Binding

Installation

npm install dwt

Basic Usage

  1. Get a license from Dynamsoft Licensing Portal.

  2. Update the license key in index.html.

    Dynamsoft.DWT.ProductKey = "LICENSE-KEY";
  3. Run the sample.

    python -m http.server

    Dynamic Web TWAIN UI-less API sample