Benchgen

OmniDocBench — Results

RankModelScore
1kimi-k391.1
2muse-glimmer75.8
O

OmniDocBench

1 phaseActive

Diverse PDF document-parsing benchmark spanning academic papers, textbooks, handwritten notes, and newspapers. CVPR 2025. Metric: % accuracy / parsing quality.

Overview

OmniDocBench

Category Metric Sources Saturation Created

Paper GitHub

Quick answer: OmniDocBench (Ouyang et al., CVPR 2025) is a benchmark for diverse PDF document parsing, featuring high-quality annotations across 9 document sources — academic papers, textbooks, handwritten notes, densely typeset newspapers, and more — with 19 layout categories and 15 attribute labels supporting both end-to-end and task-specific evaluation. Kimi K3 scores 91.1% as of July 2026.

At a Glance

What it tests: A model's ability to accurately parse and extract structured content (text, tables, formulas, layout) from diverse real-world PDF documents, including challenging cases like handwritten notes and dense newspaper layouts.

Why it matters: Document parsing underpins LLM data pipelines and retrieval-augmented generation systems. OmniDocBench's breadth across document types and fine-grained, attribute-level evaluation makes it a more realistic and rigorous test than prior narrow-domain document benchmarks.

Known limitations: As a vision-heavy benchmark, results depend on how well a model's vision encoder handles small-font text, complex tables, and handwriting — text-only models cannot be evaluated.

What OmniDocBench Measures

OmniDocBench evaluates document content extraction across nine document sources, including academic papers, textbooks, and more challenging cases such as handwritten notes and densely typeset newspapers. It supports flexible, multi-level evaluations — from end-to-end document parsing to task-specific and attribute-based analysis using 19 layout categories (e.g., tables, formulas, headers) and 15 attribute labels (e.g., font size, rotation, language). This structure allows fair comparison of both pipeline-based parsing methods and end-to-end vision-language models.

Benchmark Specifications

FieldValue
Task categoryDocument parsing / OCR reasoning
Metric% accuracy (parsing quality)
Document sources9 types
Layout categories19
Attribute labels15
SaturationLow
Created byOuyang et al.
Source paperOmniDocBench (arXiv 2412.07626, CVPR 2025)
GitHubopendatalab/OmniDocBench

How OmniDocBench Is Scored

Models parse each document and are scored against ground-truth annotations across layout and attribute dimensions, producing both an aggregate accuracy score and fine-grained breakdowns by document type and content category (text, tables, formulas, reading order).

State-of-the-Art Results

RankModelScoreSourceDate
1Kimi K391.1%Kimi K3 technical report2026-07

Score sourced from Moonshot AI's Kimi K3 announcement, July 2026.

OmniDocBench on Benchgen

No Benchgen results yet — be the first to run OmniDocBench.

OmniDocBench vs Other Benchmarks

BenchmarkWhat it testsSaturation
OmniDocBenchDiverse PDF document parsingLow
CharXiv ReasoningScientific chart/figure reasoningLow
MMMU-ProMulti-discipline multimodal understandingLow
OfficeQA ProOffice document question-answeringLow

Run OmniDocBench on Your Model

Benchgen lets you run OmniDocBench against your own multimodal model, tracking document parsing accuracy across content types and layout categories to catch regressions in production document pipelines.

Frequently Asked Questions

What is OmniDocBench? OmniDocBench is a benchmark for diverse PDF document parsing, evaluating models across 9 document sources (academic papers, textbooks, handwritten notes, newspapers, and more) with fine-grained layout and attribute annotations.
What does a good score look like on OmniDocBench? Scores above 90% indicate strong, production-grade document parsing across most document types. Kimi K3 reports 91.1% as of July 2026.
Who created OmniDocBench? OmniDocBench was created by Linke Ouyang and collaborators, accepted at CVPR 2025 (arXiv:2412.07626). Code and data are maintained by OpenDataLab.