A document scanning desktop app with Tauri using React + Ant Design. It uses Dynamic Web TWAIN to provide the ability to interact with document scanners.
-
Install modules
npm install
-
Copy the resources of Dynamic Web TWAIN to the
public
folder and the installers of Dynamsoft Service to theresources
folder.npm run copy:resources
Make sure that you've installed
npx
. -
Run the app in dev mode:
npm run tauri dev
-
Build the installer:
npm run tauri build
You can apply for a trial license for Dynamic Web TWAIN and add a license props to the DocumentViewer
component to use it.