A modern web application that extracts text from uploaded images using Tesseract OCR.
The project includes:
- 📱 Frontend (React) – sleek UI to upload images & display extracted text.
- ⚙️ Backend (Flask) – handles OCR processing via
pytesseract
.
- 🖼 Upload an image and instantly extract text.
- 🌐 Cross-platform support (works on any browser).
- 🔤 Uses Tesseract OCR for high-quality text recognition.
- Frontend: React, Axios, CSS
- Backend: Flask, Python, Pillow, pytesseract
- Deployment: Render (Flask) + Netlify (React) or combined Flask serving React
Preview

This project is licensed under the MIT License – see the LICENSE file for details.