Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)
|
|
45 |
|
46 |
## TrOCR Paper
|
47 |
|
48 |
-
|
49 |
@misc{li2021trocr,
|
50 |
title={TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models},
|
51 |
author={Minghao Li and Tengchao Lv and Lei Cui and Yijuan Lu and Dinei Florencio and Cha Zhang and Zhoujun Li and Furu Wei},
|
@@ -54,11 +54,11 @@ generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)
|
|
54 |
archivePrefix={arXiv},
|
55 |
primaryClass={cs.CL}
|
56 |
}
|
57 |
-
|
58 |
|
59 |
## CATMuS Paper
|
60 |
|
61 |
-
|
62 |
@unpublished{clerice:hal-04453952,
|
63 |
TITLE = {{CATMuS Medieval: A multilingual large-scale cross-century dataset in Latin script for handwritten text recognition and beyond}},
|
64 |
AUTHOR = {Cl{\'e}rice, Thibault and Pinche, Ariane and Vlachou-Efstathiou, Malamatenia and Chagu{\'e}, Alix and Camps, Jean-Baptiste and Gille-Levenson, Matthias and Brisville-Fertin, Olivier and Fischer, Franz and Gervers, Michaels and Boutreux, Agn{\`e}s and Manton, Avery and Gabay, Simon and O'Connor, Patricia and Haverals, Wouter and Kestemont, Mike and Vandyck, Caroline and Kiessling, Benjamin},
|
@@ -71,4 +71,4 @@ generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)
|
|
71 |
HAL_ID = {hal-04453952},
|
72 |
HAL_VERSION = {v1},
|
73 |
}
|
74 |
-
|
|
|
45 |
|
46 |
## TrOCR Paper
|
47 |
|
48 |
+
```tex
|
49 |
@misc{li2021trocr,
|
50 |
title={TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models},
|
51 |
author={Minghao Li and Tengchao Lv and Lei Cui and Yijuan Lu and Dinei Florencio and Cha Zhang and Zhoujun Li and Furu Wei},
|
|
|
54 |
archivePrefix={arXiv},
|
55 |
primaryClass={cs.CL}
|
56 |
}
|
57 |
+
```
|
58 |
|
59 |
## CATMuS Paper
|
60 |
|
61 |
+
```tex
|
62 |
@unpublished{clerice:hal-04453952,
|
63 |
TITLE = {{CATMuS Medieval: A multilingual large-scale cross-century dataset in Latin script for handwritten text recognition and beyond}},
|
64 |
AUTHOR = {Cl{\'e}rice, Thibault and Pinche, Ariane and Vlachou-Efstathiou, Malamatenia and Chagu{\'e}, Alix and Camps, Jean-Baptiste and Gille-Levenson, Matthias and Brisville-Fertin, Olivier and Fischer, Franz and Gervers, Michaels and Boutreux, Agn{\`e}s and Manton, Avery and Gabay, Simon and O'Connor, Patricia and Haverals, Wouter and Kestemont, Mike and Vandyck, Caroline and Kiessling, Benjamin},
|
|
|
71 |
HAL_ID = {hal-04453952},
|
72 |
HAL_VERSION = {v1},
|
73 |
}
|
74 |
+
```
|