This is a simple web application that performs Optical Character Recognition (OCR) on images containing text in both Hindi and English. It also includes a basic keyword search feature that lets users search for specific words in the extracted text.
- Upload image (JPEG, PNG)
- OCR to extract text in Hindi and English
- Keyword search within the extracted text
- Deployed online via Streamlit Sharing
git clone https://github.com/furmak331/vision-ocr.git
pip install -r requirements.txt
streamlit run app.py
Open your web browser and navigate to http://localhost:8501
to access the OCR application.
- This app uses Tesseract OCR for text extraction. Make sure to have Tesseract installed on your system.
- The app is designed for basic OCR tasks and keyword searches. For more advanced features, consider using specialized OCR libraries.