OLMo
Modeling, training, eval, and inference code for OLMo observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 53
- Release rhythm 28
- Longevity 92
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 62
- age_days: 1290
- days_rel: 622
- days_push: 282
- n_releases_24m: 2
Adoption not part of the score
6648 stars · 794 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
olmOCR is an open toolkit from Ai2 that converts PDFs and image-based documents into clean, reading-order Markdown using a fine-tuned 7B vision-language model, designed for building LLM training datasets. It is part of the broader fully open OLMo ecosystem, which includes open language models, training code, and the Dolma pretraining corpus.
Use cases
- convert pdfs to markdown for llm training data
- ocr scanned documents with a vision language model
- extract text from multi-column pdfs in reading order
- linearize pdfs into plain text for model pretraining
- process millions of documents cheaply with gpu ocr
- benchmark ocr quality on pdfs with tables and equations
- fine-tune my own document parsing model
When to choose
- you need high-quality, reading-order text extraction from PDFs or scanned images at scale
- you are building open LLM training corpora and need fully open tooling and models
- you have GPU capacity and want low per-page conversion costs
- you need handling of equations, tables, handwriting, and complex layouts
When to avoid
- you need OCR on CPU-only machines or without a GPU
- you need a lightweight, non-ML OCR solution for simple text PDFs
- you need a hosted SaaS with a GUI rather than a self-run pipeline
- your documents are natively digital PDFs where simple text extraction suffices
Facets
library · maturity active
ocr pdf machine-learning llm-training data-generation image-processing artificial-intelligence large-language-models pdf deep-learning python cli pdf-to-markdown vision-language-model document-parsing llm-datasets open-models allenai olmo-family natural-language-processing data-engineering linux gpu docker
6 sources
- readme: https://github.com/allenai/OLMo · fetched 2026-08-28 · 9f0071ee37a8
- homepage: https://allenai.org/olmo · fetched 2026-08-29 · c28bb7b65913
- site_page: https://allenai.org/about · fetched 2026-08-29 · 3ba69c8db9fc
- site_page: https://docs.allenai.org/ · fetched 2026-08-29 · 82d8481d566c
- registry_pypi: https://pypi.org/pypi/olmocr/json · fetched 2026-08-29 · 40e77c548036
- site_page: https://allenai.org/blog · fetched 2026-08-29 · 94d5da0018fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| allenai/OLMo | main | 52 |
| allenai/olmocr | infra | 69 |
| allenai/open-instruct | backend | 88 |
| allenai/dolma | infra | 75 |
| allenai/OLMo-core | backend | 91 |
| allenai/OLMoE | plugin | 43 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem