web-twain-document-scan-management

Building Web Document Scanning Apps with Express and Jade

The sample demonstrates how to build a web document scanning app with Dynamic Web TWAIN and Node.js Express.

Usage

  1. Apply for a valid license from Dynamsoft online portal and then update the license key in views/index.jade.

     Dynamsoft.DWT.ProductKey = 'LICENSE-KEY';
    
  2. Start the web server:

     npm install
     npm start
    
  3. Visit localhost:3000 in a web browser.

    web document management with Dynamic Web TWAIN and Node.js Express

Blog

Document Scanning and Uploading in Node.js with Express and Jade