/vue-document-scan-load-readBarcode

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

Primary LanguageVue

vue-simple-document-scan

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

Usage

Environment: Node.js v16.20.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.