Skip to content

nikhilnarula/web-twain-react-advanced

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

What You Should Know

Available Scripts

In the project directory, you can run:

npm install && npm start

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.

cd server && npm install && node server.js

Sets up and runs the server piece which is used solely for receiving uploaded files.

npm run build

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!

About

Dynamic Web TWAIN enables image acquisition and processing with a few lines of code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 12.4%
  • HTML 1.4%