Reza2kn commited on
Commit
1ee4a9a
·
verified ·
1 Parent(s): 3f3e543

Initialize unified printed OCR dataset

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files: data/*.parquet
5
+ features:
6
+ - name: image
7
+ dtype: image
8
+ - name: label
9
+ dtype: string
10
+ language: [fa]
11
+ task_categories: [image-to-text]
12
+ tags: [ocr, persian, printed-text]
13
+ pretty_name: Persian Printed OCR 3.5M
14
+ ---
15
+
16
+ # Persian Printed OCR 3.5M
17
+
18
+ A unified corpus of **3,517,974 Persian printed OCR image/text pairs**, selected from five public
19
+ datasets using GlotLID v3. Only the `accept` bucket is included; 232,317 ambiguous and 190,733
20
+ rejected rows are excluded. The viewer exposes exactly `image` and `label`.
21
+
22
+ ## Sources
23
+
24
+ - `AliShafiee2003/persian-ocr-garshasp-70c` — pinned revision `36bfdcdeac20c02231f4ee08472f80db2fc467bb` (CC-BY-4.0)
25
+ - `hezarai/parsynth-ocr-200k` — pinned revision `e55cca662250585aa0278303901ef30b9b0612f9` (no license declared on its HF card)
26
+ - `mohajesmaeili/Persian_Arabic_TextLine_Image_Ocr_Medium` — pinned revision `b99becc3cadd733998c53ab1a599eb94ac7dfb99` (no license declared on its HF card)
27
+ - `mohajesmaeili/Persian_Arabic_TextLine_Image_Ocr_Small` — pinned revision `7ca7a34389bdf805465876eb54ebd3e93c5a48b1` (no license declared on its HF card)
28
+ - `ordaktaktak/Persian-OCR-230k` — pinned revision `05d248b30988b41bb905f7919c0bac39cab38d70` (MIT)
29
+
30
+ Users remain responsible for complying with each upstream source's terms. This aggregation does not
31
+ replace or broaden upstream licenses.
32
+
33
+ ## Persian filter
34
+
35
+ Accepted when GlotLID predicted `fas_Arab` with probability at least 0.65, or predicted `fas_Arab`
36
+ and the text contained Persian-specific characters. The complete intake comprised 3,941,024 rows.