/OCR_webapp

A web app that extracts all the text from images

Primary LanguageHTMLMIT LicenseMIT

Web-based OCR tool built with Flask and pytesseract

This is a python based web app that applies OCR on a image and extracts the text information from a jpg/png image. It uses Flask to setup the web server and then pytesseract at the back to convert image into text.

Preview Here

Contributing

Pull requests are welcome. For major changes or improvement, please open an issue first to discuss what you would like to change or add.