sedra-hugface commited on
Commit
9b5b889
·
verified ·
1 Parent(s): e43b956

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -27,3 +27,33 @@ configs:
27
  - split: test
28
  path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: test
28
  path: data/test-*
29
  ---
30
+ # Arabic OCR Evaluation Dataset
31
+
32
+ This dataset contains Arabic paragraph images paired with ground truth text.
33
+
34
+ ## Dataset Structure
35
+
36
+ images/
37
+ train.csv
38
+ validation.csv
39
+ test.csv
40
+
41
+ ## Task
42
+
43
+ OCR evaluation for Arabic printed text.
44
+
45
+ ## Metrics
46
+
47
+ Models are evaluated using:
48
+
49
+ - CER (Character Error Rate)
50
+ - WER (Word Error Rate)
51
+
52
+ ## Size
53
+
54
+ ~600 images
55
+
56
+ ## Use case
57
+
58
+ Evaluation of Arabic OCR models.
59
+