# OCR with General OCR Theory (GOT) Model This is a web-based Optical Character Recognition (OCR) application using the General OCR Theory (GOT) model to extract text from images. ## How to Run the Project 1. Clone the repository. 2. Install dependencies: `pip install -r requirements.txt`. 3. Run the Flask app: `python app.py`. 4. Open your browser and go to `http://localhost:5000`. ## Features - Supports image uploads. - Extracts text from images using the GOT model. - Displays the extracted text on the web interface.