Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 695 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 695 Bytes

Web-OCR

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.

Running the Project

  • Go through the InstallationHelp.md to install Leptonica and Tesseract-OCR, also install node,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.