Skip to content

dynamsoft-dwt/vue-document-scan-load-readBarcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-simple-document-scan

This project demonstrates how to build a Vue scanning project with Dynamsoft Web TWAIN SDK.

Usage

Environment: Node.js v22.14.0

  1. Apply for a 30-day free trial license of Dynamic Web TWAIN.

  2. Update the license key in src\components\dwt.vue file:

    Dynamsoft.DWT.ProductKey = "LICENSE-KEY";
    
  3. Install the dependencies:

    npm install --force
    
  4. Run the application as follows:

    npm run serve
    

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

About

This sample demonstrates how to scan or load documents with Dynamic Web TWAIN and then read barcodes off them

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors