A Web App for Optical Character Recognition using Tesseract.js
A web interface for OCR of English Language. It uses tesseract.js module in the backend for processing. Currently, only image file is supported. Also, other languages can be supported trivially. Users can upload the image from the local system and the text on the image will be displayed in a panel box in the same format as in the image.
-
tesseract
-
node
-
npm
-
Clone this repository .
-
Run
npm installin the root directory to install the dependencies. -
Run
npm startfrom the root directory. -
The app is now available at
http://localhost:5000