https://github.com/stacksapien/react-tesseract-ocr
Tesseract OCR implementation in React JS
https://github.com/stacksapien/react-tesseract-ocr
lstm machine-learning ocr ocr-engine react-tesseract react-tesseract-ocr reactjs reactjs-tesseract reactjs-tesseract-ocr stacksapien tesseract tesseract-ocr text-classification text-detection text-recognition
Last synced: 5 months ago
JSON representation
Tesseract OCR implementation in React JS
- Host: GitHub
- URL: https://github.com/stacksapien/react-tesseract-ocr
- Owner: stacksapien
- License: mit
- Created: 2020-01-18T20:38:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T21:38:00.000Z (over 5 years ago)
- Last Synced: 2023-10-05T07:04:29.618Z (over 1 year ago)
- Topics: lstm, machine-learning, ocr, ocr-engine, react-tesseract, react-tesseract-ocr, reactjs, reactjs-tesseract, reactjs-tesseract-ocr, stacksapien, tesseract, tesseract-ocr, text-classification, text-detection, text-recognition
- Language: JavaScript
- Size: 46.9 KB
- Stars: 17
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Tesseract-OCR
A simple react JS implementation integration of Tessearct OCR using Tesseract JS. User uploads the image (JPG/ PNG) amy image file, And Text is parsed from it.## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](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.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `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!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.