Spaces:
Sleeping
Sleeping
Update README2.md
Browse files- README2.md +1 -4
README2.md
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
|
2 |
<p style="font-size:24px; font-weight:bold; text-align:center;">
|
3 |
-
Image Data
|
4 |
</p>
|
5 |
---
|
6 |
-
---
|
7 |
|
8 |
-
# **Image Data Extractor**
|
9 |
-
---
|
10 |
# Overview:
|
11 |
The **Image Data Extractor** is a Python-based tool designed to extract and structure text data from images of visiting cards using **PaddleOCR**. The extracted text is processed to identify and organize key information such as name, designation, contact number, address, and company name. The **Mistral 7B model** is used for advanced text analysis, and if it becomes unavailable, the system falls back to the **Gliner urchade/gliner_mediumv2.1** model.
|
12 |
Both **Mistral 7B** and **Gliner urchade/gliner_mediumv2.1** models are used under the **Apache 2.0 license**.
|
|
|
1 |
|
2 |
<p style="font-size:24px; font-weight:bold; text-align:center;">
|
3 |
+
Image Data Extractor
|
4 |
</p>
|
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 extracted text is processed to identify and organize key information such as name, designation, contact number, address, and company name. The **Mistral 7B model** is used for advanced text analysis, and if it becomes unavailable, the system falls back to the **Gliner urchade/gliner_mediumv2.1** model.
|
9 |
Both **Mistral 7B** and **Gliner urchade/gliner_mediumv2.1** models are used under the **Apache 2.0 license**.
|