kalixlouiis commited on
Commit
f64ae4f
Β·
verified Β·
1 Parent(s): e662ba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -23,6 +23,12 @@ language:
23
  size_categories:
24
  - 10K<n<100K
25
  license: cc-by-4.0
 
 
 
 
 
 
26
  ---
27
  # πŸ‡²πŸ‡² MyanmarOCR-ImageText Dataset
28
 
@@ -102,6 +108,8 @@ print(ds[0])
102
  ds[0]["image"].show()
103
  ```
104
 
 
 
105
  ## 🎯 Intended Purposes
106
 
107
  - Burmese OCR training
@@ -110,12 +118,16 @@ ds[0]["image"].show()
110
  - Synthetic-to-real text recognition research
111
  - Benchmark for Myanmar multimodal AI
112
 
 
 
113
  ## ⚠️ Limitations
114
 
115
  - Synthetic images only β€” not real photos/signboards
116
  - No English text or punctuation
117
  - No complex layout structures (single word/short text per image)
118
 
 
 
119
  ## πŸ“„ License
120
 
121
  This dataset is released under the **Creative Commons Attribution 4.0 International (CC-BY-4.0)** license.
@@ -156,4 +168,5 @@ please cite and provide a link to the dataset page on Hugging Face:
156
  howpublished = {\url{https://huggingface.co/datasets/kalixlouiis/MyanmarOCR-ImageText}},
157
  license = {CC-BY-4.0}
158
  }
159
- ```
 
 
23
  size_categories:
24
  - 10K<n<100K
25
  license: cc-by-4.0
26
+ task_categories:
27
+ - feature-extraction
28
+ tags:
29
+ - ocr
30
+ - image-to-text
31
+ pretty_name: MyanmarOCR-ImageText
32
  ---
33
  # πŸ‡²πŸ‡² MyanmarOCR-ImageText Dataset
34
 
 
108
  ds[0]["image"].show()
109
  ```
110
 
111
+ ---
112
+
113
  ## 🎯 Intended Purposes
114
 
115
  - Burmese OCR training
 
118
  - Synthetic-to-real text recognition research
119
  - Benchmark for Myanmar multimodal AI
120
 
121
+ ---
122
+
123
  ## ⚠️ Limitations
124
 
125
  - Synthetic images only β€” not real photos/signboards
126
  - No English text or punctuation
127
  - No complex layout structures (single word/short text per image)
128
 
129
+ ---
130
+
131
  ## πŸ“„ License
132
 
133
  This dataset is released under the **Creative Commons Attribution 4.0 International (CC-BY-4.0)** license.
 
168
  howpublished = {\url{https://huggingface.co/datasets/kalixlouiis/MyanmarOCR-ImageText}},
169
  license = {CC-BY-4.0}
170
  }
171
+ ```
172
+ ---