riotu-lab commited on
Commit
829f3d0
·
verified ·
1 Parent(s): 44b3c6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -219,11 +219,35 @@ SAND is designed to support various Arabic text recognition tasks:
219
  - Research in Arabic natural language processing and computer vision
220
  - Developing font-adaptive OCR systems that generalize across typographic styles
221
 
 
 
 
 
 
 
222
  ## Citation
223
 
224
- If you use SAND in your research, please cite:
225
 
 
226
 
227
- ## Acknowledgments
 
 
 
 
228
 
229
- The authors thank Prince Sultan University for their support in developing this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  - Research in Arabic natural language processing and computer vision
220
  - Developing font-adaptive OCR systems that generalize across typographic styles
221
 
222
+
223
+ ## Acknowledgments
224
+
225
+ The authors thank Prince Sultan University for their support in developing this dataset.
226
+
227
+
228
  ## Citation
229
 
230
+ If you use SARD in your work, please cite the following paper:
231
 
232
+ **APA:**
233
 
234
+ ```
235
+ Nacar, O., Al-Habashi, Y., Sibaee, S., Ammar, A., & Boulila, W. (2025). SARD: A Large-Scale Synthetic Arabic OCR Dataset for Book-Style Text Recognition. arXiv preprint arXiv:2505.24600.
236
+ https://arxiv.org/abs/2505.24600
237
+
238
+ ```
239
 
240
+ **BibTeX:**
241
+
242
+ ```
243
+ @misc{nacar2025sard,
244
+ title={SARD: A Large-Scale Synthetic Arabic OCR Dataset for Book-Style Text Recognition},
245
+ author={Omer Nacar and Yasser Al-Habashi and Serry Sibaee and Adel Ammar and Wadii Boulila},
246
+ year={2025},
247
+ eprint={2505.24600},
248
+ archivePrefix={arXiv},
249
+ primaryClass={cs.CV},
250
+ url={https://arxiv.org/abs/2505.24600},
251
+ }
252
+
253
+ ```