CLFeb 25, 2025

olmOCR: Unlocking Trillions of Tokens in PDFs with Vision Language Models

AI2
arXiv:2502.18443v3100 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of costly and inaccessible PDF text extraction for researchers and practitioners needing large-scale, high-quality data for language model training, offering an incremental improvement through an optimized open-source solution.

The paper tackles the challenge of extracting high-quality text from diverse PDF formats for language model training by introducing olmOCR, an open-source toolkit that uses a fine-tuned 7B vision language model to process PDFs into clean text while preserving structured content, achieving cost savings of 176 USD per million pages compared to 6,240 USD for GPT-4o and outperforming top VLMs like GPT-4o and Gemini Flash 2.

PDF documents have the potential to provide trillions of novel, high-quality tokens for training language models. However, these documents come in a diversity of types with differing formats and visual layouts that pose a challenge when attempting to extract and faithfully represent the underlying content for language model use. Traditional open source tools often produce lower quality extractions compared to vision language models (VLMs), but reliance on the best VLMs can be prohibitively costly (e.g., over 6,240 USD per million PDF pages for GPT-4o) or infeasible if the PDFs cannot be sent to proprietary APIs. We present olmOCR, an open-source toolkit for processing PDFs into clean, linearized plain text in natural reading order while preserving structured content like sections, tables, lists, equations, and more. Our toolkit runs a fine-tuned 7B vision language model (VLM) trained on olmOCR-mix-0225, a sample of 260,000 pages from over 100,000 crawled PDFs with diverse properties, including graphics, handwritten text and poor quality scans. olmOCR is optimized for large-scale batch processing, able to scale flexibly to different hardware setups and can convert a million PDF pages for only 176 USD. To aid comparison with existing systems, we also introduce olmOCR-Bench, a curated set of 1,400 PDFs capturing many content types that remain challenging even for the best tools and VLMs, including formulas, tables, tiny fonts, old scans, and more. We find olmOCR outperforms even top VLMs including GPT-4o, Gemini Flash 2 and Qwen-2.5-VL. We openly release all components of olmOCR: our fine-tuned VLM model, training code and data, an efficient inference pipeline that supports vLLM and SGLang backends, and benchmark olmOCR-Bench.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes