Commit
•
b3f5895
1
Parent(s):
b946dca
Fix task tags (#1)
Browse files- Fix task tags (b403086d8f1726c0ad7c45b91ad1bd7c932b72fb)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -5,13 +5,14 @@ license:
|
|
5 |
- mit
|
6 |
source_datasets:
|
7 |
- original
|
8 |
-
tags:
|
9 |
-
- ocr
|
10 |
-
- text-detection
|
11 |
task_categories:
|
12 |
-
- image-detection
|
13 |
- image-segmentation
|
|
|
|
|
|
|
14 |
- optical-character-recognition
|
|
|
|
|
15 |
---
|
16 |
|
17 |
|
|
|
5 |
- mit
|
6 |
source_datasets:
|
7 |
- original
|
|
|
|
|
|
|
8 |
task_categories:
|
|
|
9 |
- image-segmentation
|
10 |
+
- object-detection
|
11 |
+
task_ids: []
|
12 |
+
tags:
|
13 |
- optical-character-recognition
|
14 |
+
- text-detection
|
15 |
+
- ocr
|
16 |
---
|
17 |
|
18 |
|