Datasets:
Commit
·
9a1319f
1
Parent(s):
6fe85c8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-to-text
|
5 |
+
- object-detection
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- code
|
10 |
+
- legal
|
11 |
---
|
12 |
+
|
13 |
+
# OCR GENERATED Machine-Readable Zone (MRZ) Text Detection
|
14 |
+
The dataset includes a collection of **GENERATED** photos containing Machine Readable Zones (MRZ) commonly found on identification documents such as passports, visas, and ID cards. Each photo in the dataset is accompanied by **text detection** and **Optical Character Recognition (OCR)** results.
|
15 |
+
|
16 |
+
This dataset is useful for developing applications related to *document verification, identity authentication, or automated data extraction from identification documents*.
|
17 |
+
|
18 |
+
### The dataset is solely for informational or educational purposes and should not be used for any fraudulent or deceptive activities.
|
19 |
+
|
20 |
+

|
21 |
+
|
22 |
+
# Get the Dataset
|
23 |
+
|
24 |
+
### This is just an example of the data
|
25 |
+
|
26 |
+
Contact us via **[[email protected]](mailto:[email protected])** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)** to discuss your requirements, learn about the price and buy the dataset
|
27 |
+
|
28 |
+
# Dataset structure
|
29 |
+
- **images** - contains of original images of documents
|
30 |
+
- **boxes** - includes bounding box labeling for the original images
|
31 |
+
- **annotations.xml** - contains coordinates of the bounding boxes and detected text, created for the original photo
|
32 |
+
|
33 |
+
# Data Format
|
34 |
+
|
35 |
+
Each image from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes and detected text . For each point, the x and y coordinates are provided.
|
36 |
+
|
37 |
+
# Example of XML file structure
|
38 |
+
.png?generation=1694514503035476&alt=media)
|
39 |
+
|
40 |
+
# Text Detection in the Documents might be made in accordance with your requirements.
|
41 |
+
|
42 |
+
## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
|
43 |
+
|
44 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
45 |
+
|
46 |
+
TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**
|