Commit
·
02ef1b6
1
Parent(s):
1d414c9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
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 |
+
- finance
|
11 |
---
|
12 |
+
|
13 |
+
# OCR Receipts from Grocery Stores Text Detection
|
14 |
+
The Grocery Store Receipts Dataset is a collection of photos captured from various **grocery store receipts**. This dataset is specifically designed for tasks related to **Optical Character Recognition (OCR)** and is useful for retail.
|
15 |
+
|
16 |
+
Each image in the dataset is accompanied by bounding box annotations, indicating the precise locations of specific text segments on the receipts. The text segments are categorized into four classes: **item, store, date_time and total**.
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
# Get the dataset
|
21 |
+
|
22 |
+
### This is just an example of the data
|
23 |
+
|
24 |
+
Leave a request on [**https://trainingdata.pro/data-market**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=spam-text-messages-dataset) to discuss your requirements, learn about the price and buy the dataset.
|
25 |
+
|
26 |
+
# Dataset structure
|
27 |
+
- **images** - contains of original images of receipts
|
28 |
+
- **boxes** - includes bounding box labeling for the original images
|
29 |
+
- **annotations.xml** - contains coordinates of the bounding boxes and detected text, created for the original photo
|
30 |
+
|
31 |
+
# Data Format
|
32 |
+
|
33 |
+
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.
|
34 |
+
|
35 |
+
### Classes:
|
36 |
+
- **store** - name of the grocery store
|
37 |
+
- **item** - item in the receipt
|
38 |
+
- **date_time** - date and time of the receipt
|
39 |
+
- **total** - total price of the receipt
|
40 |
+
|
41 |
+

|
42 |
+
|
43 |
+
# Text Detection in the Receipts might be made in accordance with your requirements.
|
44 |
+
|
45 |
+
## [**TrainingData**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=spam-text-messages-dataset) provides high-quality data annotation tailored to your needs
|
46 |
+
|
47 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
48 |
+
|
49 |
+
TrainingData's GitHub: **https://github.com/trainingdata-pro**
|