Open-sourced doc parsing pipeline hits 118 pages/min on a single H200

Low_Acanthisitta7686 · reddit · 2026-09-02

The author builds agent and document-AI systems for enterprises (aerospace, finance, 100K+ doc corpora), including a search system over 108k NASA technical reports, and has open-sourced his reusable parsing pipeline Meridian under Apache 2.0.

Architecture

Measured numbers (single H200, full pipeline): 20 papers at 118.7 pages/min; 25 Apollo-era NASA reports at 82.9 pages/min initially with 5 docs hitting the 9-min Celery soft limit, retuned to 77.2 pages/min with zero failures. A single document runs 10 pages/min — throughput comes from many docs in different stages, not per-doc speed.

A text-only path (pypdfium2, no GPU) processed 1,000 NASA docs in under a minute on 32 CPU workers, losing tables and figures. Full tuning tables and failure notes are in SETUPNOTES.md.

Related event: Meridian Open-Sources Enterprise Document Parsing Pipeline at 118 Pages Per Minute on H200(2 posts)→

Original post →

More from coding & agent

coding & agent channel →