Skip to content

This is a Web-App that reads an image and finds the text present in it. It uses Tesseract and Leptonica to process the image. Although the result in not hundred percent accurate improvements can be made by altering the image quality.

Notifications You must be signed in to change notification settings

dhvanilp/Web-App-OCR

Repository files navigation

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.

About

This is a Web-App that reads an image and finds the text present in it. It uses Tesseract and Leptonica to process the image. Although the result in not hundred percent accurate improvements can be made by altering the image quality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published