Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,23 @@ dataset_info:
|
|
11 |
num_examples: 105899
|
12 |
download_size: 3330793505
|
13 |
dataset_size: 3330256280.625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# Dataset Card for "trdg_wikipedia_en_zh_text_recognition"
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
num_examples: 105899
|
12 |
download_size: 3330793505
|
13 |
dataset_size: 3330256280.625
|
14 |
+
license: mit
|
15 |
+
task_categories:
|
16 |
+
- image-to-text
|
17 |
+
language:
|
18 |
+
- en
|
19 |
+
pretty_name: TRDG Wikipedia English Text Recognition
|
20 |
+
size_categories:
|
21 |
+
- 100K<n<1M
|
22 |
---
|
23 |
# Dataset Card for "trdg_wikipedia_en_zh_text_recognition"
|
24 |
|
25 |
+
This synthetic dataset was generated using the TextRecognitionDataGenerator(TRDG) open source repo:
|
26 |
+
|
27 |
+
https://github.com/Belval/TextRecognitionDataGenerator
|
28 |
+
|
29 |
+
It contains synthetic images of text randomly sampled from Engilsh(en) Wikipedia pages.
|
30 |
+
|
31 |
+
Reference to the documentation provided by the TRDG repo:
|
32 |
+
|
33 |
+
https://textrecognitiondatagenerator.readthedocs.io/en/latest/index.html
|