A lightweight web-based application for Optical Character Recognition (OCR) that extracts text from uploaded images in various languages. Built with Python, Flask, and Tesseract-OCR.
- Extracts text from images (JPG, PNG) uploaded by users.
- Supports multiple languages, including English, Spanish, French, and German.
- Saves extracted text as a
.txt
file in the server directory. - Simple, user-friendly web interface.