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
-
Apply for a 30-day free trial license of Dynamic Web TWAIN.
-
Update the license key in
src\components\dwt.vue
file:Dynamsoft.DWT.ProductKey = "LICENSE-KEY";
-
Install the dependencies:
npm install --force
-
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.