Displays the text in English on an image, using Tesseract-OCR API to process the image to text
- 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.
- Go through the InstallationHelp.md to install
Leptonica
andTesseract-OCR
, also installnode
,npm
- Head to the directory of the application using Terminal and type
npm install
to download the dependencies. - Type
node app
in the Terminal. - Head to a Browser and type the address in the Terminal.