Spaces:
Runtime error
Runtime error
Update README2.md
Browse files- README2.md +6 -4
README2.md
CHANGED
@@ -2,6 +2,8 @@ _\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_
|
|
2 |
_\\-------- **Image Data Extractor** -------\\_
|
3 |
_\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_
|
4 |
|
|
|
|
|
5 |
# Overview:
|
6 |
The **Image Data Extractor** is a Python-based tool designed to extract and structure text data from images of visiting cards using **PaddleOCR**. The tool processes the extracted text to recognize key information such as name, designation, contact number, address, and company name, organizing the output into a well-defined structure. The **Mistral 7B model** is used for advanced text analysis, and if it becomes unavailable, the system seamlessly switches to the **Gliner urchade/gliner_mediumv2.1** model.
|
7 |
|
@@ -62,10 +64,10 @@ ImageDataExtractor/
|
|
62 |
β β βββ run_evaluation.py
|
63 |
β β βββ span_rep.py
|
64 |
β β βββ token_rep.py
|
65 |
-
β βββ backup.py # Backup handling
|
66 |
-
β βββ model.py
|
67 |
-
β βββ save_load.py
|
68 |
-
β βββ train.py
|
69 |
β
|
70 |
βββ .env # Environment variables (includes Hugging Face token)
|
71 |
```
|
|
|
2 |
_\\-------- **Image Data Extractor** -------\\_
|
3 |
_\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_
|
4 |
|
5 |
+
---
|
6 |
+
|
7 |
# Overview:
|
8 |
The **Image Data Extractor** is a Python-based tool designed to extract and structure text data from images of visiting cards using **PaddleOCR**. The tool processes the extracted text to recognize key information such as name, designation, contact number, address, and company name, organizing the output into a well-defined structure. The **Mistral 7B model** is used for advanced text analysis, and if it becomes unavailable, the system seamlessly switches to the **Gliner urchade/gliner_mediumv2.1** model.
|
9 |
|
|
|
64 |
β β βββ run_evaluation.py
|
65 |
β β βββ span_rep.py
|
66 |
β β βββ token_rep.py
|
67 |
+
β βββ backup.py # Backup handling Gliner Model integration and backup logic
|
68 |
+
β βββ model.py
|
69 |
+
β βββ save_load.py
|
70 |
+
β βββ train.py
|
71 |
β
|
72 |
βββ .env # Environment variables (includes Hugging Face token)
|
73 |
```
|