docs: readme
Browse files
README.md
CHANGED
@@ -1,13 +1,59 @@
|
|
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
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-nd-4.0
|
5 |
task_categories:
|
6 |
- image-to-text
|
7 |
- object-detection
|
|
|
|
|
8 |
tags:
|
9 |
- code
|
10 |
- finance
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: id
|
14 |
+
dtype: int32
|
15 |
+
- name: name
|
16 |
+
dtype: string
|
17 |
+
- name: image
|
18 |
+
dtype: image
|
19 |
+
- name: mask
|
20 |
+
dtype: image
|
21 |
+
- name: width
|
22 |
+
dtype: uint16
|
23 |
+
- name: height
|
24 |
+
dtype: uint16
|
25 |
+
- name: shapes
|
26 |
+
sequence:
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
'0': receipt
|
32 |
+
'1': shop
|
33 |
+
'2': item
|
34 |
+
'3': date_time
|
35 |
+
'4': total
|
36 |
+
- name: type
|
37 |
+
dtype: string
|
38 |
+
- name: points
|
39 |
+
sequence:
|
40 |
+
sequence: float32
|
41 |
+
- name: rotation
|
42 |
+
dtype: float32
|
43 |
+
- name: occluded
|
44 |
+
dtype: uint8
|
45 |
+
- name: attributes
|
46 |
+
sequence:
|
47 |
+
- name: name
|
48 |
+
dtype: string
|
49 |
+
- name: text
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 55286378
|
54 |
+
num_examples: 20
|
55 |
+
download_size: 54332813
|
56 |
+
dataset_size: 55286378
|
57 |
---
|
58 |
|
59 |
# OCR Receipts from Grocery Stores Text Detection
|