File size: 544 Bytes
24ec78d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.