TrainingDataPro commited on
Commit
0a98a50
1 Parent(s): 2bb6f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
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
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - legal
10
+ - finance
11
  ---
12
+
13
+ # OCR Text Detection in the Documents Dataset
14
+ The dataset is a collection of images that have been annotated with the location of text in the document. The dataset is specifically curated for text detection and recognition tasks in documents such as scanned papers, forms, invoices, and handwritten notes.
15
+
16
+ The dataset contains a variety of document types, including different *layouts, font sizes, and styles*. The images come from diverse sources, ensuring a representative collection of document styles and quality. Each image in the dataset is accompanied by bounding box annotations that outline the exact location of the text within the document.
17
+
18
+ The Text Detection in the Documents dataset provides an invaluable resource for developing and testing algorithms for text extraction, recognition, and analysis. It enables researchers to explore and innovate in various applications, including *optical character recognition (OCR), information extraction, and document understanding*.
19
+
20
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F6986071a88d8a9829fee98d5b49d9ff8%2FMacBook%20Air%20-%201%20(1).png?generation=1691059158337136&alt=media)
21
+
22
+ # Get the Dataset
23
+
24
+ ### This is just an example of the data
25
+
26
+ Contact us via **[sales@trainingdata.pro](mailto:sales@trainingdata.pro)** 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 labels, 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 labels for text detection. For each point, the x and y coordinates are provided.
36
+
37
+ ### Labels for the text:
38
+ - **"Text Title"** - corresponds to titles, the box is **red**
39
+ - **"Text Paragraph"** - corresponds to paragraphs of text, the box is **blue**
40
+ - **"Table"** - corresponds to the table, the box is **green**
41
+ - **"Handwritten"** - corresponds to handwritten text, the box is **purple**
42
+
43
+ # Example of XML file structure
44
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F38e02db515561a30e29faca9f5b176b0%2Fcarbon.png?generation=1691058761924879&alt=media)
45
+
46
+ # Text Detection in the Documents might be made in accordance with your requirements.
47
+
48
+ ## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
49
+
50
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
51
+
52
+ TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**