emredeveloper commited on
Commit
4866310
·
verified ·
1 Parent(s): ebf2737

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - tr
5
+ tags:
6
+ - ocr
7
+ - turkish
8
+ - synthetic
9
+ - handwritten
10
+ - computer-vision
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # Turkish OCR Synthetic Dataset
16
+
17
+ A synthetic dataset for Turkish OCR (Optical Character Recognition) containing 1,000 realistic images with Turkish text.
18
+
19
+ ## Features
20
+ - **Text types**: Handwritten (70%) and printed (30%)
21
+ - **Full Turkish character support**: Ç, ç, Ğ, ğ, İ, ı, Ö, ö, Ş, ş, Ü, ü
22
+ - **Realistic backgrounds**: Lined paper, grid paper, and textured paper
23
+ - **Augmentations**: Motion blur, noise, perspective distortion, and ink artifacts
24
+
25
+ ## Data Format
26
+ Each sample contains:
27
+ - `image`: 640×384 RGB image with overlaid text
28
+ - `text`: Ground truth transcription
29
+ - `text_type`: `"handwritten"` or `"printed"`
30
+
31
+ ## Usage
32
+ ```python
33
+ from datasets import load_dataset
34
+ dataset = load_dataset("emredeveloper/turkish-ocr")