Update benchmarks with fresh 200-doc evaluation#2
Merged
Conversation
Re-ran all non-ML parsers on the opendataloader-bench 200-doc corpus with ground truth annotations. Added pypdf and liteparse to comparison. Removed opendataloader-hybrid (uses docling internally, redundant). Key results: Nutrient 0.880 overall, 0.924 NID, 0.662 TEDS, 0.811 MHS, 0.007s/doc docling 0.882 overall, 0.898 NID, 0.887 TEDS, 0.824 MHS, 0.618s/doc Nutrient matches docling on overall accuracy (0.88 vs 0.88) while being 90x faster. Nutrient leads on reading order (0.92 vs 0.90). Added reproducibility link to opendataloader-bench harness. Source: PSPDFKit-labs/opendataloader-bench#1
Keep corpus size (200 docs), date (2026-04-02), metric descriptions, and all result data. Remove external repo references.
Restored visual benchmark snapshots as PNG charts showing: - Extraction accuracy (overall scores) - Reading order (NID) - Table structure (TEDS) - Heading level (MHS) - Extraction speed per page - Speed advantage vs Nutrient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated benchmark data in README.md and docs/benchmarks.md with fresh results from a reproducible evaluation run on 200 PDF documents with ground-truth annotations.
Changes
Results (200 docs, ground truth)
Nutrient matches docling on overall accuracy (0.88) while being 90x faster.
Test plan