Conversation
tadad
marked this pull request as draft
September 3, 2026 19:15
tadad
force-pushed
the
feat/cer-wer-kat57
branch
from
September 3, 2026 21:40
bd06b22 to
a5f2b48
Compare
tadad
marked this pull request as ready for review
September 3, 2026 23:42
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.
Results
We scored all 16 OCR models on the same deterministic 500-card Kat57 sample (8,000 model-card evaluations, zero failed outputs). This benchmark uses CER/WER only—no VLM judge or ELO.
rednote-hilab/dots.mocrzai-org/GLM-OCRallenai/olmOCR-2-7B-1025-FP8rednote-hilab/dots.ocrPaddlePaddle/PaddleOCR-VL-1.6PaddlePaddle/PP-OCRv6_mediumtiiuae/Falcon-OCRnumind/NuExtract3baidu/Unlimited-OCRtesseract-5ATH-MaaS/OvisOCR2baidu/Qianfan-OCRdeepseek-ai/DeepSeek-OCR-2deepseek-ai/DeepSeek-OCRFireRedTeam/FireRed-OCRlightonai/LightOnOCR-2-1BLower is better. These are strict sequential comparisons with the PAGE XML references; nonlinear reading order, structured Markdown/LaTeX, imperfect references, and repetition loops all affect the scores. The published results card contains distributional statistics, per-card measurements, examples, and full limitations.
Reference sample · OCR outputs · CER/WER results · Complete Kat57 conversion
Code added
ocr-bench score: independently computes corpus and per-card CER/WER from a reference column, with no model or judge calls.metrics, per-cardmetric_details, and runmetric_metadataconfigs to a Hugging Face dataset.Related to #3.