DocLang [What It Changes]
TL;DR
DocLang is an open, AI-native document format that encodes structure, layout, reading order, and governance tags so a language model does not have to guess where a heading, table, or caption starts.
As of 9 June 2026, the LF AI & Data Foundation launched a DocLang Specification Working Group under Joint Development Foundation governance, founded by IBM, NVIDIA, Red Hat, ABBYY, and HumanSignal — this is a working-group launch, not a finished ISO standard and not a product you buy tomorrow.
Independent reporting from The Register cites ABBYY's interactive benchmark on IBM's 2025 annual report: 8,421 PDF input tokens versus 5,310 in DocLang, with 4.2s versus 2.7s latency on that sample.
For a 2-truck HVAC shop, a 10-person agency, or a solo clinic, the operational change is the same: the invoice PDF, intake form, or scan that already feeds an agent can emit a standard interchange instead of a one-off parser — if your converter supports it, and most still do not.
According to NFIB, 44% of small businesses cite time-management. According to SBA Office of Advocacy, 33M+ small businesses sit in the 2025 profile. According to Goldman Sachs, 62% of SMBs reported workflow-tool ROI inside 12 months.
Key Takeaways
DocLang is the interchange standard. Docling is the converter. Confusing the two is how shops buy a parser twice.
CIO independently frames the working group as building documents "for LLM tokenizers, not humans." That is the constraint that broke: PDF was designed for print, not for tokenizers.
Token savings on one annual-report sample are vendor-supplied through ABBYY's DocLang Interactive Benchmark, reported by The Register — not a ranking of every document type you hold.
IBM Research says Docling has 32 million downloads and 64,000 GitHub stars; that is the parser's adoption, not DocLang's. DocLang is still version 0.x in IBM's own telling.
Teams already routing scans through US Tech Automations document-extraction steps will treat a DocLang emit as a model-swap at the parser, not a rebuild of the form-to-CRM path described in best form-to-CRM automation tools.
What DocLang is, in one sentence
DocLang is an open, constrained XML document format that encodes semantic role, geometric bounding box, and reading order so language-model tokenizers can consume a business file without reconstructing layout from pixels. That is the entity. It is not a SaaS SKU, not a replacement for PDF on a human screen, and not ISO-ratified as of June 2026.
A 2-truck HVAC shop already knows the failure mode. The Saturday emergency invoice is a phone photo of a parts slip; the office manager pastes it into a chatbot Monday; the model invents a line item because the table collapsed. A 10-person marketing agency hits the same wall when a 40-page RFP PDF loses section order and the agent answers the wrong appendix. A solo-run clinic hits it when a scanned intake form drops the checkbox grid. DocLang's job, as stated on doclang.ai, is to stop that guesswork by making structure a first-class encoding, the way JSON did for data and HTML did for the web. You still need a converter — Docling or ABBYY FineReader Engine, which the project site says already emit the format — and you still need a human to file the claim. The reason a small shop should care is token cost and table fidelity on files you already send to models, not a new document editor.
What shipped on 9 June 2026
According to the Linux Foundation press release, the working group launched on 9 June 2026 in San Francisco under LF AI & Data, with Joint Development Foundation vendor-neutral governance.
According to CIO, the founding members are IBM, NVIDIA, and Red Hat, with ABBYY and HumanSignal also involved, and the piece is dated 9 June 2026 at a 5-minute read.
The same Linux Foundation release names the complement: Docling, originally from IBM Research Zurich, released as open source in 2024, hosted by LF AI & Data, converting .pdf, .docx, .pptx, .xlsx, HTML, and images into a structured DoclingDocument. DocLang is the standard for exchanging that structured output across systems. The Register, published 16 June 2026, independently describes the same split and notes Forgis among founding names on the project GitHub.
IBM Research's 12 August 2026 interview with Peter Staar is the primary technical recap after the launch: DocLang is a sub-language of XML, still at version 0.x, with a strategy of emitting it from tools people already run rather than mandating a rewrite.
| Milestone | Date | Status figure |
|---|---|---|
| Docling open-sourced (IBM Research Zurich) | Jul 2024 | MIT-licensed converter |
| Docling Technical Report first arXiv version | 19 Aug 2024 | v1, later v5 9 Dec 2024 |
| Docling hosted at LF AI & Data | 2024–2025 | Foundation project |
| DocLang working group launch | 9 Jun 2026 | Spec WG, not ISO |
| The Register independent write-up | 16 Jun 2026 | Token sample cited |
| IBM Research DocLang interview | 12 Aug 2026 | 32M / 64k Docling stats |
| Docling 2.124.0 on PyPI | 31 Aug 2026 | Current converter cut |
Sources: Linux Foundation; arXiv 2408.09869; IBM Research; PyPI docling.
How the mechanism works, without equations
doclang.ai describes a constrained XML vocabulary with a 1-to-1 mapping between DocLang tokens and model tokens. Every component carries a semantic tag, bounding-box coordinates, and reading order. Tables use OTSL: the site says 5 structural tokens where HTML needs 28. Governance metadata — PII flags, RAG permissions, training constraints — lives inside , not a sidecar file that gets stripped when the file moves.
IBM Research explains why XML: each semantic token has an explicit open and close form, and , mapping to a single LLM token each. The syntax vocabulary is capped at about 1,000 tokens, with property semantics pushed into nested elements rather than attributes. The design goal is one canonical encoding per document: two correct readers should produce byte-identical output.
That is the opposite of PDF. PDF tells a renderer where to draw pixels. Markdown, as the spec authors argue in coverage by The Register, lacks scope; HTML is verbose; LaTeX is ambiguous. DocLang is lossless on tables, figures, reading order, and geometry.
Docling remains the ingest layer. The GitHub README lists PDF, DOCX, PPTX, XLSX, HTML, EPUB, Apple Pages, email, images, LaTeX, and native DocLang among supported formats, plus CLI and Python APIs, local execution, and integrations with LangChain, LlamaIndex, Crew AI, and Haystack. InfoWorld's May 2025 feature quoted Staar that avoiding OCR "speeds up the time-to-solution by 30 times" on the conversion path — that figure is about Docling's layout models versus OCR, not about DocLang token counts.
The honest limit: a shop cannot "turn on DocLang" in QuickBooks. Someone has to convert the file, the downstream model has to accept the XML, and the working group is still writing the spec in public at github.com/doclang-project/doclang, which hosts spec.md and a reference validator (doclang validate).
Why now: the constraint that broke
The constraint was not "AI cannot read English." The constraint was that every PDF entering an agent pipeline forced a custom parser at each integration point. ABBYY's Jon Knisley, quoted in The Register, said teams compensate with brittle one-off work and a new engineering sprint for every new document type.
Token bills made that pain countable. According to AI Cost Check, a clean OCR page baseline is 1,200 input tokens and 150 output tokens, published 17 April 2026. That is cheap on Gemini 2.0 Flash-Lite at $0.00014 per page, and expensive if you send the same page to Claude Opus 4.6 at $0.00975 per page. Long, complicated PDFs on frontier models are where the Register's "costs at scale" warning lands.
LF AI & Data positions itself as the neutral host for open AI and data projects, citing 67 projects, 200M+ lines of code, and 100K contributors on its home page. DocLang sits in that greenhouse, not in a vendor's private schema.
Token math the vendors published
Do not treat the annual-report sample as a ranking of your invoices. Treat it as the only independently reported side-by-side The Register printed.
According to IBM Research, Docling has 32 million downloads and 64,000 GitHub stars, which is parser adoption, not proof that DocLang is already the default interchange.
According to LF AI & Data, the foundation hosts 67 projects, 200M+ lines of code, and 100K contributors — the greenhouse DocLang joined, listed among projects.
According to The Register, ABBYY's benchmark on IBM's 2025 annual report showed 8,421 input tokens and 512 output tokens for the PDF versus 5,310 input and 498 output for DocLang, with latency 4.2s versus 2.7s, and the PDF path missing one subsection and mangling a table merger.
The normative spec lives in spec.md in the doclang-project org. Docling's docs site and the v2.124.0 PyPI files (uploaded 31 August 2026, 9.1 kB sdist) are the converter cut. The Docling technical report HTML is revision v5, dated 9 December 2024, CC BY 4.0. InfoWorld quoted Staar that avoiding OCR speeds time-to-solution by 30 times on Docling's conversion path. The Linux Foundation home is the parent of LF AI & Data.
Knisley also told The Register that initial benchmarks show 4x to more than 30x lower cost depending on the model evaluated — ABBYY's range, not a third-party census.
| Workload | Input tokens | Output tokens | Notes |
|---|---|---|---|
| Clean OCR page (AI Cost Check baseline) | 1,200 | 150 | Invoice / receipt / form page |
| Structured invoice extraction | 2,500 | 300 | JSON fields plus line items |
| Form normalization | 4,000 | 500 | Messier scans, confidence flags |
| 10-page contract review | 12,000 | 1,200 | Summary plus clause extract |
| IBM 2025 annual report as PDF (ABBYY sample) | 8,421 | 512 | Independent Register cite |
| Same report as DocLang (ABBYY sample) | 5,310 | 498 | Independent Register cite |
Sources: AI Cost Check; The Register.
| Model (clean OCR page) | Cost per page | Cost per 1,000 pages |
|---|---|---|
| Gemini 2.0 Flash-Lite | $0.00014 | $0.14 |
| Llama 4 Scout | $0.00014 | $0.14 |
| GPT-4o mini | $0.00027 | $0.27 |
| GPT-5 mini | $0.00060 | $0.60 |
| Gemini 2.5 Flash | $0.00074 | $0.74 |
| GPT-5.2 | $0.00420 | $4.20 |
| Claude Sonnet 4.6 | $0.00585 | $5.85 |
| Claude Opus 4.6 | $0.00975 | $9.75 |
Source: AI Cost Check, 17 April 2026. These are vision-model token prices, not DocLang prices.
USTA analysis: token delta on the published annual-report sample
USTA analysis. Inputs are only the Register-cited ABBYY figures: PDF input 8,421, DocLang input 5,310, PDF output 512, DocLang output 498, PDF latency 4.2s, DocLang latency 2.7s.
Input-token delta: 8,421 − 5,310 = 3,111 fewer input tokens, which is 3,111 / 8,421 ≈ 36.9% fewer input tokens on that one file. Output-token delta: 512 − 498 = 14 fewer output tokens (2.7%). Combined tokens: 8,933 versus 5,808, a drop of 3,125 tokens, or 35.0%. Latency delta: 4.2 − 2.7 = 1.5 seconds, or 1.5 / 4.2 ≈ 35.7% faster on that sample.
That arithmetic does not generalize to a 2-page HVAC invoice. A clean OCR page at 1,200 input tokens (AI Cost Check) is already smaller than the DocLang annual-report sample. The analysis only shows that, on the one public long-document pair, input tokens and latency moved in the same direction by about one-third. If your pipeline is already Flash-Lite at $0.00014 per page, DocLang is a fidelity play, not a bill-killer. If you send long PDFs to Sonnet or Opus, a 35% token cut on similar files is the scale of savings ABBYY is advertising — still vendor-supplied, still one document.
Who this is for in an SMB shop
If you already extract invoices into a ledger, the near-term move is not "replace PDF." It is: keep PDF for humans, convert once for the agent, store the structured output, and stop re-OCR-ing the same file. Docling 2.124.0 on PyPI (uploaded 31 August 2026) can already export DocLang. ABBYY FineReader Engine is named on doclang.ai as a native emitter.
If your "AI" is a person pasting PDFs into a chatbot, DocLang will not appear on the menu. The format helps when a converter sits in the pipeline. That is the same pattern as state of small-business automation: the win is a repeatable step, not a new app for the owner.
Shops already moving documents through US Tech Automations extraction workflows can add a DocLang emit after parse and before the model call, then keep the existing CRM or ledger write. That is a connector change, not a new system of record.
What it does not do
It does not make humans write XML. CIO quotes Jason Andersen of Moor Insights: forcing a syntax on users is the SEO problem; the intended path is automated preprocess on upload.
It does not finish governance for you. CIO quotes Yaz Palanichamy of Info-Tech: adoption will require organizations to implement and review controls. The spec embeds flags; your policy still has to set them.
It is not MarkItDown, Marker, or HTML. Those remain human-oriented or conversion-oriented tools. DocLang is the shared output contract.
It is not finished. IBM Research is explicit that minor versions may break while they hold the line on "one document, one representation."
Signal vs Speculation
Demonstrated fact (sourced). The working group exists as of 9 June 2026, hosted by LF AI & Data, with named founding organizations, a public site at doclang.ai, a public spec repo, and converters (Docling, FineReader) that claim native emit. Independent outlets (CIO, The Register) covered the launch. IBM published Docling download and star counts. AI Cost Check published April 2026 OCR token baselines. ABBYY published a token comparison on one annual report, relayed by The Register.
Our read: if Docling and FineReader remain the only emitters for 12 months, DocLang stays a converter flag, not a market format. If two more independent parsers emit byte-identical DocLang on the same PDF, the "one representation" claim becomes testable and SMB tools can treat .dclg as an interchange the way they treat .csv. In 12–36 months, the plausible SMB landing is not "we author in DocLang." It is "our invoice agent requests DocLang from the parser, and we keep PDF for the customer copy." The risk is fragmentation into vendor dialects — IBM named that as a people-and-process problem. Do not budget a 30x cost cut on a 2-page intake form; budget a parser swap and measure tokens on your own files.
FAQ
What is DocLang?
DocLang is an open AI-native document format, a constrained XML vocabulary that encodes structure, layout, reading order, and governance metadata for language-model tokenizers, complementary to the Docling converter.
Is DocLang a product I can buy this week?
No. As of June 2026 it is a specification working group under LF AI & Data and the Joint Development Foundation, with a public spec and reference toolkit, not a finished ISO standard and not a SKU.
How is DocLang different from Docling?
Docling converts PDFs and office files into structured output; DocLang is the proposed standard for exchanging that structured output across systems, as stated in the Linux Foundation launch.
Did anyone measure token savings?
Yes, on one published sample: according to The Register, ABBYY's benchmark on IBM's 2025 annual report used 8,421 PDF input tokens versus 5,310 DocLang input tokens. That is vendor-supplied, not a ranking of your files.
Should a 10-person shop wait?
Wait to author documents in DocLang. Do not wait to stop pasting raw PDFs into frontier models: convert with Docling or an equivalent, cache the structured output, and re-measure tokens on your own invoices using the AI Cost Check baselines.
Who governs the spec?
doclang.ai says Joint Development Foundation Projects govern the process; DocLang is an LF AI & Data project; the working group proposes changes; no single vendor controls the roadmap.
What to do this week
Pick one document type you already send to a model — invoices, intake forms, or RFPs. Convert ten files with Docling and export both Markdown and DocLang if your build supports it. Count input tokens on the same model. If the structured path keeps tables intact, keep the converter in the pipeline even before the standard freezes.
If those files already enter a US Tech Automations extraction workflow, add the emit as a step after parse rather than rebuilding intake. Homepage context for how we think about agent steps lives at ustechautomations.com.
When you want the agent path, not the format debate, open the agentic workflow builder and wire the converter you already trust.
About the Author

Helping businesses leverage automation for operational efficiency.
Related Articles
See how AI agents fit your team
US Tech Automations builds and runs the AI agents that handle this work end to end, so your team doesn't have to.
View pricing & plans