Skip to content

Commit 6a4c9c9

Browse files
authored
Update README.md
1 parent 345e15a commit 6a4c9c9

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,7 @@ This project extracts text from images using OCR (Tesseract), structures the ext
1111
- MySQL
1212
- JSON
1313

14-
## Project Structure
15-
```
16-
📂 Your-GitHub-Repo
17-
│── 📄 README.md # Project documentation with setup instructions
18-
│── 📄 extract_and_structure.py # Python script for OCR and JSON structuring
19-
│── 📄 store_to_mysql.py # Python script for storing extracted data into MySQL
20-
│── 📂 data
21-
│ ├── sample_image.png # Sample input image
22-
│ ├── sample_output.json # Sample extracted JSON output
23-
│── 📂 sql
24-
│ ├── schema.sql # SQL schema for database tables
25-
│ ├── insert_sample.sql # Sample SQL insert statements
26-
```
14+
2715

2816
## Setup Instructions
2917
### 1. Install Dependencies
@@ -41,7 +29,7 @@ Install Tesseract OCR and add it to the system PATH:
4129
### 2. Run OCR Script
4230
To extract text and structure it as JSON:
4331
```sh
44-
python extract_and_structure.py
32+
python extract_and_structure_image.py
4533
```
4634

4735
### 3. Setup MySQL Database

0 commit comments

Comments
 (0)