This project was bootstrapped with Create React App. It utilizes the SDK Dynamic Web TWAIN to provide the following functionalities
- Scan documents from physical scanners
- Capture images from Webcams
- Read local documents (bmp/jpg/png/tif/pdf)
- View and process the documents already scanned/captured/read
- Simple edits (rotate/flip/mirror/crop, etc.)
- Save locally or upload to the server
- Extract barcode or text
In the project directory, you can run:
Sets up and runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Sets up and runs the server piece which is used solely for receiving uploaded files.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!