This Streamlit app powered by EasyOCR allows users to upload images and extract text.
OCR_Screencast.webm
- Upload an image (PNG, JPG, JPEG)
- Select OCR language
- Extract and display text from the image
- Download extracted text as a text file
- View history of uploaded images and extracted text
The project is created with :
- EasyOCR
- Numpy
- Base64
- Pillow
- Streamlit
Clone this repo to your desktop and run a pip install to install all the dependencies. After installing the dependencies, you can run the code streamlit run Optical.py in Windows Powershell, which creates a temporary webpage. If you want to use it directly, click the link in the 'Usage' subheading.
To run this project, click on the following link: https://easyocrarjunaar.streamlit.app/
You can check out the full license here.
This project is licensed under the terms of Apache License 2.0