AWESOME-OCR-LLM: Curated Reading List for OCR in the LLM Era
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
AWESOME-OCR-LLM is a continuously updated reading list focusing on Optical Character Recognition (OCR) in the era of large language models (LLMs). It covers key areas like document parsing, understanding, visual text generation, and benchmarks, highlighting research from the past five years. This resource is invaluable for anyone tracking the rapid advancements in multimodal document AI.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The AWESOME-OCR-LLM repository is a meticulously curated and continuously updated reading list dedicated to the advancements in Optical Character Recognition (OCR) within the era of large language models (LLMs). This comprehensive resource focuses on research from the past five years (2021–now), highlighting how large vision-language and multimodal models are transforming the landscape of text-rich image and document processing. It serves as an essential guide for researchers and practitioners interested in the intersection of computer vision, natural language processing, and document intelligence.
Exploring the Repository
This repository is primarily a curated list of research papers and projects, organized into several key categories. It does not require traditional software installation. Users can simply navigate the repository on GitHub to explore the extensive collection of links to papers, code, and related resources.
Key Areas and Examples
AWESOME-OCR-LLM delves into various critical aspects of OCR in the LLM era:
- Document Parsing: Focuses on converting complex documents into structured, machine-readable formats. Recent works include
PaDocfor layout-grounded parallel decoding andMonkeyOCRv2, a visual-text foundation model for Document AI. - Document Understanding: Extends beyond parsing to semantic comprehension and reasoning. Noteworthy projects include
DocMemofor dynamic evidence discovery andADOPD 2026for grounded and efficient document reasoning. - Visual Text Generation: Explores generating or editing legible and visually consistent text within images. Examples like
PosterMELDdemonstrate multi-agent paper-to-poster generation, whileInnoTextoffers a unified model for visual text generation and editing. - Specialized Models: Covers traditional OCR research for specific visual-text structures, such as document dewarping (
DocRes), mathematical expression recognition (UniMERNet), and table/chart understanding (OmniParser). - Benchmarks and Evaluation: Provides insights into critical benchmarks shaping the field, including
ConfBenchfor key information extraction andXL-DocBenchfor extra-long document understanding.
The "Emerging Trends" section offers valuable foresight, noting shifts towards end-to-end VLM-based parsing, reinforcement learning for layout, OCR-free document understanding, and the rise of document agents.
Why Use AWESOME-OCR-LLM?
For anyone working with or researching OCR and large language models, AWESOME-OCR-LLM is an indispensable resource. It provides a centralized, up-to-date overview of the most impactful research, saving countless hours of searching. The repository's structured format makes it easy to track developments in specific sub-fields, understand emerging trends, and discover new tools and benchmarks. Its focus on the latest advancements ensures you stay at the forefront of multimodal document AI.
Links
- GitHub Repository: https://github.com/Yuliang-Liu/AWESOME-OCR-LLM
- Daily Papers Section: https://github.com/Yuliang-Liu/AWESOME-OCR-LLM#daily-papers-section
- Emerging Trends Section: https://github.com/Yuliang-Liu/AWESOME-OCR-LLM#%EF%B8%8F-emerging-trends
Related repositories
Similar repositories that may be relevant next.

GLM-OCR: Accurate, Fast, and Comprehensive Multimodal OCR Model
May 28, 2026
GLM-OCR is a powerful multimodal OCR model designed for complex document understanding, built on the GLM-V encoder-decoder architecture. It achieves state-of-the-art performance across various benchmarks, offering efficient inference and easy integration. This open-source solution is optimized for real-world business scenarios, providing robust and high-quality OCR capabilities.

OmniParse: Ingest, Parse, and Optimize Data for GenAI Frameworks
April 7, 2026
OmniParse is a powerful platform designed to ingest, parse, and optimize any unstructured data, from documents to multimedia, into structured, actionable formats. It enhances compatibility with GenAI frameworks, preparing data for applications like RAG and fine-tuning. This tool simplifies the complex process of data preparation for AI, making it accessible and efficient.

docling-api: Scalable Document to Markdown Conversion Server
January 30, 2026
docling-api is a robust and scalable backend server designed for converting a wide array of document formats, including PDFs, DOCX, and images, into Markdown. Built with FastAPI, Celery, and Redis, it supports both CPU and GPU processing, making it ideal for large-scale workflows requiring efficient text, table, and image extraction, along with OCR capabilities. This service offers flexible synchronous and asynchronous API endpoints for single and batch document conversions.

Papermerge DMS: Open Source Document Management for Digital Archives
January 8, 2026
Papermerge DMS is an open-source document management system specifically designed for scanned documents and digital archives. It leverages OCR technology to extract and index text, enabling full-text search and efficient organization. With a modern web UI, it provides a desktop-like experience for managing various document formats.
Source repository
Open the original repository on GitHub.