Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,24 @@
|
|
1 |
---
|
2 |
-
library_name: PyLaia
|
3 |
-
license: mit
|
4 |
-
language:
|
5 |
-
- ar
|
6 |
metrics:
|
7 |
- cer
|
8 |
- wer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- PyLaia
|
11 |
- PyTorch
|
@@ -14,7 +27,29 @@ tags:
|
|
14 |
- ocr
|
15 |
- modern
|
16 |
- handwritten
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
datasets:
|
19 |
- KHATT_v1.0
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
metrics:
|
3 |
- cer
|
4 |
- wer
|
5 |
+
library_name: PyLaia
|
6 |
+
pipeline_tag: image-to-text
|
7 |
+
language:
|
8 |
+
- he
|
9 |
+
- sam
|
10 |
+
license: mit
|
11 |
+
tags:
|
12 |
+
- PyLaia
|
13 |
+
- PyTorch
|
14 |
+
- atr
|
15 |
+
- htr
|
16 |
+
- ocr
|
17 |
+
- historical
|
18 |
+
- handwritten
|
19 |
+
---
|
20 |
+
library_name: PyLaia
|
21 |
+
license: mit
|
22 |
tags:
|
23 |
- PyLaia
|
24 |
- PyTorch
|
|
|
27 |
- ocr
|
28 |
- modern
|
29 |
- handwritten
|
30 |
+
metrics:
|
31 |
+
- CER
|
32 |
+
- WER
|
33 |
+
language:
|
34 |
+
- ar
|
35 |
datasets:
|
36 |
- KHATT_v1.0
|
37 |
+
pipeline_tag: image-to-text
|
38 |
+
|
39 |
+
Many thanks to Teklia team for their work on PyLaia library!
|
40 |
+
|
41 |
+
```bibtex
|
42 |
+
@inproceedings{pylaia-lib,
|
43 |
+
author = "Tarride, Solène and Schneider, Yoann and Generali, Marie and Boillet, Melodie and Abadie, Bastien and Kermorvant, Christopher",
|
44 |
+
title = "Improving Automatic Text Recognition with Language Models in the PyLaia Open-Source Library",
|
45 |
+
booktitle = "Submitted at ICDAR2024",
|
46 |
+
year = "2024"
|
47 |
+
}
|
48 |
+
```
|
49 |
+
|
50 |
+
```bibtex
|
51 |
+
@inproceedings{KHATT,
|
52 |
+
author = "Sabri A. Mahmoud, Irfan Ahmad, Wasfi G. Al-Khatib, Mohammad Alshayeb, Mohammad Tanvir Parvez, Volker Märgner, Gernot A. Fink",
|
53 |
+
title = "KHATT: an open Arabic offline handwritten text database, Pattern Recognition.",
|
54 |
+
year = "2014"
|
55 |
+
```
|