amrrs / image-to-text-python-app

OCR Web app with `easyocr` and `streamlit`
MIT License
17 stars 22 forks source link

OCR Web app with easyocr and streamlit

This project uses streamlit for web app development and easyocr for Optical Character Recognition (to extract text from images).

This is a nice data science project if you wish.

Required Libraries:

After downloading this repo and installing the required packages run the following code to run the app

streamlit run ocr.py