Datalab、文書変換ツール「Marker 2」を公開
Datalab はオープンソース文書変換パイプライン「Marker v2」を完全書き換えでリリースし、Surya OCR 2 や高速な pdftext を採用して精度とスループットを大幅に向上させた。
AIニュース価値スコアβ
主要ニュースAI関連度、新規性、日本での有用性など6軸を公開検証中です。現在、掲載順には使用していません。
- AI関連度
- 100
- 情報源の信頼性
- 25
- 新規性
- 75
- 検索具体性
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
AI ドキュメント処理ツールのメジャーアップデートであり、Surya OCR 2 や pdftext の再設計など具体的な技術的進歩とベンチマークデータが含まれているため新規性は高い。ただし、日本企業や日本固有の事情に関する言及はほぼないため、日本の関連性は低く設定した。
キーポイント
性能と速度の劇的改善
olmOCR-bench ベンチマークでバランスモードが76.0%、生デジタルPDFで83.5%を達成し、B200 GPU 上で1秒あたり2.9ページ(MinerUの約5倍)のスループットを実現した。
柔軟な3つの変換パス
高精度な「balanced」モード、コスト効率重視の「fast」モード、GPU不要のCPU専用「disable_ocr」モードを提供し、ハードウェア構成に応じて最適化可能にした。
アーキテクチャとスケーラビリティ
多数の軽量 CPU ワーカーが単一の Surya 推論サーバーを共有する設計により、VRAM制約に縛られずにサーバー容量に応じたスループット拡張を実現した。
環境要件と互換性の変更
Python 3.10+ の必須化やパッケージ管理の Poetry から uv への移行、構造化抽出コンバーターの削除など、アップグレード前に確認すべき破壊的変更が含まれている。
Marker v2 の速度と精度のバランス
Marker は MinerU や Docling と比較して、高い精度(76.0)を維持しながらも、MinerU より5.4倍、Docling より高速な処理速度(2.9 pg/s)を実現しています。
VLM ベースのツールとの明確な違い
Marker は VLM ではなくパイプラインとして設計されており、API コールを必要とせずとも Gemini Flash 3.5 とほぼ同等の精度(差0.4点)で、特にデジタル文書では上回る性能を発揮します。
評価結果は環境依存であり独自検証が必要
ベンチマーク結果は特定のハードウェアとドキュメントミックスに依存するため、各チームは自社のコーパスでハネスを実行し、実際の処理対象での順位を確認する必要があります。
重要な引用
Marker converts PDF, image, PPTX, DOCX, XLSX, HTML, and EPUB files into markdown, JSON, HTML, or chunks.
That is over 5× the throughput of MinerU's pipeline backend, which scores 72.7% at 0.54 pages per second.
The parent process budgets VLM concurrency across them, so throughput scales with server capacity rather than per-process VRAM.
Teams evaluating these systems should run the harness against their own corpus, which is the only way to know how the four rank on the documents they actually process.
For scans, math-heavy pages, and achieving top accuracy, the VLM tier remains superior to all listed pipelines.
Math is the sharp edge: fast mode reads equations from the PDF text layer instead of VLM-OCRing them, so arXiv math falls from 83.9 to 23.4.
影響分析・編集コメントを表示
影響分析
このリリースは、文書解析(Document AI)分野におけるオープンソースツールの性能競争に新たな波をもたらすものであり、特に大規模な PDF 処理やスキャン文書の OCR 精度が必要な RAG システムやデータ抽出パイプラインにおいて、実用的な代替案として即座に採用される可能性が高い。Datalab が提示した「サーバー集中管理型」のアーキテクチャは、コスト効率とスケーラビリティを両立させる重要な設計思想を示しており、今後のオープンソース推論基盤の構築指針となるだろう。
編集コメント
Marker v2 の登場は、文書変換ツールの性能基準を再定義する重要なマイルストーンです。特に CPU 環境での高品質な処理が可能になった点は、クラウドコストを抑えつつ大規模データを扱う組織にとって極めて魅力的な進化と言えます。
Datalab は、オープンソースのドキュメント変換パイプラインを全面書き換えした「Marker 2」をリリースしました。このツールは PDF、画像、PPTX、DOCX、XLSX、HTML、EPUB といった多様なファイル形式を、Markdown、JSON、HTML、あるいはチャンク単位に変換できます。Datalab チームは過去数ヶ月で開発された 3 つの主要コンポーネントを核に再構築しました。具体的には、20M パラメータの高速レイアウトモデル「Surya OCR 2」と、従来比で 3 倍の速度を誇る再構築版「pdftext」です。
評価結果は、Allen AI が提供する第三者ベンチマーク「olmOCR-bench」から得られました。Marker 2 のバランスモードでは全体スコアが 76.0%、デジタルネイティブな PDF では 83.5% を記録しています。また、単一の B200 GPU で秒間 2.9 ページの処理速度を維持可能です。これは MinerU のパイプラインバックエンド(スコア 72.7%、処理速度 0.54 ページ/秒)と比較して、スループットが 5 倍以上に達していることを意味します。同様の環境で Docling をテストした結果は、処理速度 2.1 ページ/秒に対しスコア 50.3% でした。
Marker 2 の新機能
Marker 2 では、従来の単一パスから 3 つの変換パスを選択可能になりました。
- balanced(バランスモード): Surya VLM がレイアウトを解析し、埋め込まれたテキストの品質が低い場合はページ全体を再 OCR します。最高品質を実現し、GPU 環境での性能も最適です。olmOCR-bench のスコアは 76.0%。
- fast(高速モード): 軽量な rf-detr/onnx レイアウト検出器と pdftext を組み合わせ、VLM の使用を最小限に抑えた外科的なアプローチです。スコアは 66.6% で、コスト面で大幅に有利です。
- –disable_ocr(OCR 無効): テキスト層からの抽出のみを行い、VLM の呼び出しは一切行いません。CPU のみで完結します。スコアは 43.6%、処理速度は秒間 23.7 ページです。
デフォルトでデバイス認識機能が有効になり、GPU ではバランス型、CPU や MPS では高速動作します。必要に応じて –mode オプションで切り替え可能です。2 つ目の構造的変更は CPU 完全サポートの実装です。fast モードの –disable_ocr を使えば GPU も推論サーバーも不要となり、2,000 万パラメータのレイアウトモデルでも CPU でカラム、テーブル、ヘッダーの読み取りが可能です。
3 つ目の変更はアーキテクチャに関するもので、スループット数値に直結する部分です。多数のスリムな CPU ワーカーが単一の Surya 推論サーバーを共有します。親プロセスが VLM の並行処理数をワーカー間で調整するため、スループットはプロセスごとの VRAM に依存せず、サーバーの容量に応じてスケールします。Datalab によると、同じハードウェア環境でバランスモードでは約 2.9 pg/s を維持できる一方、シングルストリームでは約 0.3 pg/s にとどまります。
アップグレード前に注意すべき変更点があります。Python 3.10 以上が必須となりました。パッケージ管理は Poetry から uv へ移行し、ビルドバックエンドには hatchling が採用されましたが、pip install marker-pdf のコマンド自体に変更はありません。構造化抽出コンバーターと抽出器は削除され、Datalab ではホストされた API または –use_llm ワークフローの利用を推奨しています。
比較評価
スコアリングベンチマークには Ai2 が提供する olmOCR-bench を使用しました。数学レンダリング、テーブル構造、読み取り順序、ヘッダーとフッター、および古いスキャン画像を対象に、1,403 件の PDF と約 8,400 のパス/フェイル単体テストを網羅しています。総合スコアは公式の olmOCR-bench チェッカーを用いて、8 つのカテゴリ全体のマクロ平均として計算されます。スループットは B200 ホスト 1 台での持続的な並行処理速度(pg/s)を示し、シングルストリームのレイテンシではありません。
出典に関する注記
olmOCR-bench は Ai2 が提供する第三者によるベンチマークですが、以下に示すすべてのスコアとスループット数値は、Datalab 独自の環境で実行した結果に基づいています。これらの結果はすべて、Marker リポジトリに同梱されているオープンなハネスを通じて再現可能です。このハネスには、Competitor(競合)ランナーとして MinerU、Docling、LiteParse の各実装も含まれており、Marker 自体の実装とともに比較検証が可能です。
なお、これらの数値は特定のハードウェア構成で測定された単一のベンチマークにおけるドキュメントミックスの結果を反映したものです。そのため、実際の環境や対象となる文書によっては結果が異なる可能性があります。各チームがこれらのシステムを評価する際は、自社のコーパスに対してハネスを実行することが不可欠です。これが、実際に処理する文書において 4 つのシステムがどのようにランク付けされるかを把握するための唯一の方法となります。

Marker 2 と MinerU の比較
MinerU のパイプラインバックエンドは、アーキテクチャの面で最も類似した構成を持っています。両者とも PDF のテキストレイヤーを読み取り、必要な箇所に限って OCR を実行します。総合スコアでは Marker がバランスモードで 76.0 を記録し、MinerU の 72.7 をわずかに上回っています。一方、デジタルネイティブ(原本がデジタル形式)のドキュメントに限れば、両者の性能はほぼ同等です。Marker は 83.5、MinerU は 83.3 と、僅差ながら Marker が上回ります。
決定的な違いはスループットにあります。Marker のバランスモードでは 2.9 pg/s を維持するのに対し、MinerU は 0.54 pg/s です。これはスコアがより高い状態で約 5.4 倍の開きがあります。また、Marker の高速モードでは 7.4 pg/s を達成し、これは MinerU のパイプライン速度の約 13.7 倍に相当しますが、その代償としてスコアは MinerU よりも 6.1 ポイント低くなります。
MinerU はさらに VLM(Vision Language Model)バックエンドも提供しており、Datalab によるとこれはパイプラインバックエンドよりも高いスコアを記録します。ただし、この VLM ベースのアプローチは全ページを対象とするものであり、今回の比較表には含まれていません。MinerU の評価を検討する AI チームは、このパスについても別途ベンチマークを行う必要があります。
Marker 2 と Docling の比較
GPU パイプラインにおける Docling の評価は、他のツール群と比べて最も高い結果を示しました。Marker 2 は全体スコアで 76.0 を記録し、Docling の 50.3 を大きく引き離しています。特に「デジタルネイティブ」な文書においては、83.5 と 64.0 で差をつけると同時に、処理速度も 1 ページあたり 2.9 セグメント(pg/s)と Docling の 2.1 を上回っています。
Datalab によると、Docling はデフォルトのパイプラインで実行されました。これはデジタルネイティブなページではテキストレイヤーを、画像領域では OCR をそれぞれ利用する構成です。
Docling の強みは精度ではなく、ガバナンスの充実と対応フォーマットの広さにあります。このコードベースは IBM リサーチから生まれ、LF AI & Data Foundation 内のプロジェクトとしてホストされています。ライセンスは MIT です。また、入力対象も文書に限定されず、音声やメール形式にも拡張可能です。
Marker 2 vs LiteParse
LlamaIndex チームが開発した Rust ベースのドキュメントパーサー「LiteParse」は、同じ軸で競うものではありません。CPU でのスコアは全体で 22.4(OCR オフ時は 20.4)であり、Marker の CPU モードのみでの 43.6 に劣ります。
しかし、LiteParse は OCR を無効化した場合に 1 ページあたり 1721 セグメントという驚異的な速度を記録します。これは Marker の CPU モードの約 73 倍に相当し、これが両者のトレードオフです。Marker の高速モード(disable_ocr)は、CPU 上で 2000 万パラメータのレイアウトモデルを実行しながらも構造情報を保持できるため、単なるテキストダンプよりもスコアを倍以上に引き上げています。一方、LiteParse にはレイアウトモデルが存在しないため、非線形なデータ構造に対しては対応が困難です。
Marker 2 vs the full-page VLM tier
Datalab チームは、Marker が VLM(ビジョン・ランゲージ・モデル)ではなくパイプラインとして設計されている点を強調し、これらは明確に異なるツールであると説明しています。今回の評価では、同社が提供する Chandra 2 のスコアは 85.8 点でした。一方、API を経由した Gemini Flash 3.5 は 76.4 点です。Datalab の Chandra リポジトリには別表として、Ai2 の olmOCR 2 が 82.4 点、dots.ocr 1.5 が 83.9 点と記載されています。スキャン画像や数式が多いページ、そして最高精度を追求するケースでは、VLM タイプがリストされたすべてのパイプラインを上回る性能を発揮します。
Marker のバランスモードでは、全体スコアで Gemini Flash 3.5 にわずか 0.4 ポイント差まで迫ります。さらに、デジタルネイティブな文書においては、1 ページごとの API 呼び出しを必要とせずながら、Gemini Flash 3.5 を上回る 83.5 対 79.1 のスコアを記録しました。

カテゴリごとの挙動
選択するモードは、単なるスコアの高低だけでなく、失敗のパターンも変化させます。各行は olmOCR-bench の各カテゴリを示し、3 つのモードすべてで評価されています。数式処理が最大の難所です。高速モードでは PDF のテキストレイヤーから数式を読み取るため、VLM による OCR に頼るのではなく、arXiv の数式スコアは 83.9 から 23.4 へと激減します。また、設計上、–disable_ocr オプションを指定するとこのカテゴリでのスコアは 0.0 になります。
数式関連の 2 つのカテゴリ以外では、「古いスキャン」がどのモードでも最も弱点となり、最高でも 43.2 点にとどまります。

ライセンス
商用チームにとって、この 4 つのシステムが最も大きく分かれるのがライセンス条件です。
Marker のコードは Apache 2.0 ライセンスです。モデルの重み(ウェイト)には、AI Pubs OpenRAIL-M ライセンスを改変したものが採用されています。これは研究目的や個人利用、資金調達額または収益が 500 ドル未満のスタートアップであれば無料で利用可能です。それを超える商用利用については、有料ライセンスが必要です。
MinerU は現在、追加条件付きの Apache 2.0 をベースにした MinerU オープンソースライセンスの下にあります。月間アクティブユーザー(MAU)が 1 億人を超えたり、月額収益が 2,000 ドルを超える場合、またはこれらを基盤としたオンラインサービスを提供する場合は別途商用ライセンスが必要です。
Docling は MIT ライセンスです。モデルごとのライセンスは、それぞれの元パッケージで個別に管理されています。
LiteParse もオープンソースですが、run-llama 社が提供しています。同社の LlamaParse は、難解な文書処理のための有料クラウドサービスとして位置づけられています。
ユースケースによる比較
スコアだけで最適なツールを選ぶことはできません。データセットの種類、ハードウェア環境、ライセンスの適用範囲、そして出力形式が選択を決定づけます。以下のインタラクティブなピッカーを使って、制約条件やツールの違いで 10 のデプロイメントシナリオをフィルタリングし、あなたのユースケースに最適なパーサーを見つけましょう。
#mtp-marker-usecase{background:transparent!important;color:#14181c!important;border:0!important;margin:26px 0!important;padding:0!important;box-sizing:border-box!important}
#mtp-marker-usecase hr,#mtp-marker-usecase p:empty,#mtp-marker-usecase del,#mtp-marker-usecase s{display:none!important}
#mtp-marker-usecase iframe{width:100%!important;border:0!important;display:block!important;background:transparent!important;height:1500px!important;overflow:hidden!important}
@media (max-width:640px){#mtp-marker-usecase iframe{height:1900px!important}}
(function(){
window.addEventListener("message",function(e){
if(!e.data||typeof e.data!=="object")return;
var h=e.data.mtpMarkerUseCaseHeight;
if(!h)return;
var f=document.getElementById("mtp-usecase-frame");
if(f)f.style.setProperty("height",h+"px","important");
},false);
})();
キーポイント
Marker v2 は olmOCR-bench で 76.0% のスコアを記録し、処理速度は秒間 2.9 ページです。これは MinerU のパイプラインの処理能力を 5 倍以上上回る結果です。
Docling と比較しても両方の指標で優れています。精度では 76.0% 対 50.3%、速度では秒間 2.9 ページ対 2.1 ページと Marker v2 がリードしています。
LiteParse は構造の正確さを犠牲にして速度を追求しており、OCR をオフにした場合の処理速度は秒間 1721 ページに達しますが、CPU 上での精度は 20.4% で、Marker の 43.6% に劣ります。
"--disable_ocr" オプションで高速モードを有効にすると、推論サーバーを使わず CPU のみで動作し、秒間 23.7 ページの処理が可能になります。
ライセンス形態も分野を二分しています。Docling は MIT ライセンスですが、MinerU は月間収益が 2000 万ドルまで無料、Marker v2 は 500 万ドルを超えると有料ライセンスが必要となります。
すべてのベンチマーク結果と処理速度の数値は、再現可能なベンチマーク・ハッチ(harness)と共に公開されています。
インタラクティブな動的解説
#mtp-marker2-modes{background:transparent!important;color:#14181c!important;border:0!important;margin:26px 0!important;padding:0!important;box-sizing:border-box!important}
#mtp-marker2-modes hr,#mtp-marker2-modes p:empty,#mtp-marker2-modes del,#mtp-marker2-modes s{display:none!important}
#mtp-marker2-modes iframe{width:100%!important;border:0!important;display:block!important;background:transparent!important;height:820px!important;overflow:hidden!important}
@media (max-width:640px){#mtp-marker2-modes iframe{height:960px!important}}
(function(){
window.addEventListener("message",function(e){
if(!e.data||typeof e.data!=="object")return;
var h=e.data.mtpMarker2Height;
if(!h)return;
var f=document.getElementById("mtp-marker2-frame");
if(f)f.style.setProperty("height",h+"px","important");
},false);
})();
リンク: GitHub リポジトリ | リリースノート | ブログ記事 | 発表ツイート
本記事「Datalab Marker v2 vs MinerU, Docling, and Liteparse: Benchmark Breakdown」は、MarkTechPost に掲載されたものです。
原文を表示
Datalab has released Marker 2, a full rewrite of its open source document conversion pipeline. Marker converts PDF, image, PPTX, DOCX, XLSX, HTML, and EPUB files into markdown, JSON, HTML, or chunks. The Datalab team rebuilt it around three components shipped over the preceding months: Surya OCR 2, a 20M-param fast layout model, and a rebuilt pdftext that is 3× faster than the previous one.
The main result comes from olmOCR-bench, a third-party benchmark from Allen AI. Marker 2’s balanced mode scores 76.0% overall and 83.5% on born-digital PDFs. It sustains 2.9 pages per second on a single B200 GPU. That is over 5× the throughput of MinerU’s pipeline backend, which scores 72.7% at 0.54 pages per second. Docling scores 50.3% at 2.1 pages per second on the same harness.
What’s New in Marker 2
Marker 2 exposes three conversion paths instead of one:
balanced — the Surya VLM handles layout, and the whole page is re-OCR’d whenever embedded text is bad. Highest quality, best on GPU. 76.0% olmOCR-bench.
fast — a lightweight rf-detr/onnx layout detector plus pdftext, with minimal, surgical VLM use. 66.6%, and far cheaper.
–disable_ocr — pure text-layer extraction, no VLM calls at all. Runs entirely on CPU. 43.6%, 23.7 pg/s.
Mode is now device-aware by default: balanced on GPU, fast on CPU/MPS, overridable with –mode. Full CPU support is the second structural change. fast –disable_ocr needs no GPU and no inference server, and the 20M layout model still reads columns, tables and headers on CPU.
The third change is architectural, and it is the one that produces the throughput numbers. Many thin CPU workers share a single Surya inference server. The parent process budgets VLM concurrency across them, so throughput scales with server capacity rather than per-process VRAM. Datalab reports that balanced mode sustains ~2.9 pg/s against a ~0.3 pg/s single-stream rate on the same hardware.
Breaking changes are worth flagging before an upgrade. Python 3.10+ is now required. Packaging moved from Poetry to uv, with hatchling as the build backend, though pip install marker-pdf is unchanged. The structured-extraction converter and extractors were removed; Datalab points users to the hosted API or a –use_llm workflow instead.
Comparison
The scoring benchmark is olmOCR-bench from Ai2: 1,403 PDFs with roughly 8,400 pass/fail unit tests covering math rendering, table structure, reading order, headers and footers, and old scans. The overall score is the macro-average across the 8 categories, computed with the official olmOCR-bench checker. Throughput is sustained concurrent pg/s on one B200 host, not single-stream latency.
A note on provenance. olmOCR-bench is a third-party benchmark from Ai2, but every score and throughput figure below comes from Datalab’s own runs. All of them are reproducible through the open harness in the Marker repository, which ships competitor runners for MinerU, Docling and LiteParse alongside Marker’s own.
These numbers also reflect one benchmark’s document mix measured on a single hardware setup, so results on your own documents may differ. Teams evaluating these systems should run the harness against their own corpus, which is the only way to know how the four rank on the documents they actually process.

Marker 2 vs MinerU
MinerU’s pipeline backend is the closest architectural match. Both read the PDF text layer and OCR selectively. On overall score, Marker balanced leads 76.0 to 72.7. On born-digital documents the two are effectively tied: 83.5 against 83.3.
The separation is throughput. Marker balanced sustains 2.9 pg/s against MinerU’s 0.54 pg/s, a 5.4× gap at a higher score. Marker fast sustains 7.4 pg/s, roughly 13.7× MinerU’s pipeline rate, but scores 6.1 points below MinerU to do it.
MinerU also ships a VLM backend, which Datalab states scores higher than its pipeline backend. That backend is a full-page-VLM approach and is not in this table. AI teams evaluating MinerU should benchmark that path separately.
Marker 2 vs Docling
Docling is the widest margin among the GPU pipelines. Marker balanced leads 76.0 to 50.3 overall and 83.5 to 64.0 on born-digital, while also running faster: 2.9 pg/s against 2.1 pg/s. Datalab notes Docling was run on its default pipeline, which uses the text layer for born-digital pages and OCR for image regions.
Docling’s counterweight is governance and format breadth, not accuracy. The codebase is MIT-licensed, it originated at IBM Research, and it is hosted as a project in the LF AI & Data Foundation. Its input list also extends past documents into audio and email formats.
Marker 2 vs LiteParse
LiteParse, from the LlamaIndex team, is a Rust document parser. It does not compete on the same axis. On CPU it scores 22.4 overall and 20.4 with OCR off, against Marker’s CPU-only 43.6.
But LiteParse with OCR disabled reports 1721 pg/s — roughly 73× Marker’s CPU mode, which is the tradeoff. Marker’s fast –disable_ocr runs a 20M layout model on CPU and still recovers structure, which is why it more than doubles a plain text dump’s score. LiteParse has no layout model and collapses on anything non-linear.
Marker 2 vs the full-page VLM tier
The Datalab team emphasizes that Marker is designed as a pipeline rather than a VLM, clarifying that these are distinct tools. In this evaluation, their hosted Chandra 2 scores 85.8, while Gemini Flash 3.5 via API scores 76.4. Datalab’s Chandra repository also positions Ai2’s olmOCR 2 at 82.4 and dots.ocr 1.5 at 83.9 within a separate table. For scans, math-heavy pages, and achieving top accuracy, the VLM tier remains superior to all listed pipelines.
Marker’s balanced mode narrows the performance gap to just 0.4 points behind Gemini Flash 3.5 overall, and it even outperforms it on born-digital documents by a margin of 83.5 to 79.1—without requiring a per-page API call.

Per-category behavior
The mode you pick changes the failure profile, not just the score. Each row is one olmOCR-bench category, scored across all three modes. Math is the sharp edge: fast mode reads equations from the PDF text layer instead of VLM-OCRing them, so arXiv math falls from 83.9 to 23.4, and –disable_ocr scores 0.0 there by design. Outside the two math categories, old scans is the weakest split in every mode, topping out at 43.2.

Licensing
This is where the four systems diverge most for commercial teams:
Marker: code is Apache 2.0. Model weights use a modified AI Pubs OpenRAIL-M license — free for research, personal use, and startups under $5M funding/revenue. Beyond that, commercial use of the weights requires a paid license.
MinerU: now under the MinerU Open Source License, based on Apache 2.0 with added conditions. A separate commercial license is required above 100M MAU or $20M monthly revenue, and online services built on it must disclose that fact.
Docling: MIT, with model licenses tracked separately in their original packages.
LiteParse: open source, from run-llama, with LlamaParse positioned as the paid cloud path for hard documents.
Use Case- Comparison
Score alone does not pick the tool. Corpus type, hardware, licensing band and output format decide it. Try the interactive picker below to filter ten deployment scenarios by constraint and by tool, and see which parser fits your use case.
#mtp-marker-usecase{background:transparent!important;color:#14181c!important;border:0!important;margin:26px 0!important;padding:0!important;box-sizing:border-box!important}
#mtp-marker-usecase hr,#mtp-marker-usecase p:empty,#mtp-marker-usecase del,#mtp-marker-usecase s{display:none!important}
#mtp-marker-usecase iframe{width:100%!important;border:0!important;display:block!important;background:transparent!important;height:1500px!important;overflow:hidden!important}
@media (max-width:640px){#mtp-marker-usecase iframe{height:1900px!important}}
(function(){
window.addEventListener("message",function(e){
if(!e.data||typeof e.data!=="object")return;
var h=e.data.mtpMarkerUseCaseHeight;
if(!h)return;
var f=document.getElementById("mtp-usecase-frame");
if(f)f.style.setProperty("height",h+"px","important");
},false);
})();
Key Takeaways
Marker 2 balanced scores 76.0% on olmOCR-bench at 2.9 pg/s — over 5× MinerU’s pipeline throughput.
It beats Docling on both axes at once: 76.0% against 50.3%, and 2.9 pg/s against 2.1 pg/s.
LiteParse trades structure for speed — 1721 pg/s with OCR off, but 20.4% against Marker’s 43.6% on CPU.
Fast mode with –disable_ocr runs entirely on CPU, no inference server, at 23.7 pg/s.
Licensing splits the field: Docling is MIT, MinerU stays free to $20M monthly revenue, and Marker’s weights need a paid license above $5M.
All benchmark and throughput numbers ship with a reproducible benchmarks/ harness.
Interactive Dynamic Explainer
#mtp-marker2-modes{background:transparent!important;color:#14181c!important;border:0!important;margin:26px 0!important;padding:0!important;box-sizing:border-box!important}
#mtp-marker2-modes hr,#mtp-marker2-modes p:empty,#mtp-marker2-modes del,#mtp-marker2-modes s{display:none!important}
#mtp-marker2-modes iframe{width:100%!important;border:0!important;display:block!important;background:transparent!important;height:820px!important;overflow:hidden!important}
@media (max-width:640px){#mtp-marker2-modes iframe{height:960px!important}}
(function(){
window.addEventListener("message",function(e){
if(!e.data||typeof e.data!=="object")return;
var h=e.data.mtpMarker2Height;
if(!h)return;
var f=document.getElementById("mtp-marker2-frame");
if(f)f.style.setProperty("height",h+"px","important");
},false);
})();
Links: GitHub repo | Release notes | Blog post | Announcement tweet
The post Datalab Marker v2 vs MinerU, Docling, and Liteparse: Benchmark Breakdown appeared first on MarkTechPost.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み