English

Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction

Computation and Language 2024-11-28 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

We present Arabic-Nougat, a suite of OCR models for converting Arabic book pages into structured Markdown text. Based on Meta's Nougat architecture, Arabic-Nougat includes three specialized models: arabic-small-nougat, arabic-base-nougat, and arabic-large-nougat. These models are fine-tuned on a synthetic dataset, arabic-img2md, comprising 13.7k pairs of Arabic book pages and their Markdown representations. Key contributions include the Aranizer-PBE-86k tokenizer, designed for efficient tokenization, and the use of torch.bfloat16 precision with Flash Attention 2 for optimized training and inference. Our models achieve state-of-the-art performance, with arabic-large-nougat delivering the highest Markdown Structure Accuracy and the lowest Character Error Rate. Additionally, we release a large-scale dataset containing 1.1 billion Arabic tokens extracted from over 8,500 books using our best-performing model, providing a valuable resource for Arabic OCR research. All models, datasets, and code are open-sourced and available at https://github.com/MohamedAliRashad/arabic-nougat.

Keywords

Cite

@article{arxiv.2411.17835,
  title  = {Arabic-Nougat: Fine-Tuning Vision Transformers for Arabic OCR and Markdown Extraction},
  author = {Mohamed Rashad},
  journal= {arXiv preprint arXiv:2411.17835},
  year   = {2024}
}

Comments

7 pages, 1 figure

R2 v1 2026-06-28T20:13:45.345Z