This Streamlit app allows users to extract text from images and translate it into various languages.
- Upload or capture images for text recognition.
- Recognizes text in multiple languages using EasyOCR.
- Detects the language of the extracted text.
- Translates text using the Deep Translator API.
- Copy recognized and translated text to the clipboard.
- Clone the repository:
git clone https://github.com/deepak-158/VisioText.git
- Navigate to the project directory:
cd text-recognition - Install dependencies:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run app.py