Skip to content

๐Ÿ“ฐ A Web App for Optical Character Recognition using Tesseract.js

Notifications You must be signed in to change notification settings

Vishal1003/OCR_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Ÿ OCR WebApp

A Web App for Optical Character Recognition using Tesseract.js

About

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.

Usage Instructions

Prerequisites

  • tesseract

  • node

  • npm

Installing Dependencies

  • Clone this repository .

  • Run npm install in the root directory to install the dependencies.

  • Run npm start from the root directory.

  • The app is now available at http://localhost:5000

About

๐Ÿ“ฐ A Web App for Optical Character Recognition using Tesseract.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published