菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-07
📄 Abstract - The Character Error Vector: Decomposable errors for page-level OCR evaluation

The Character Error Rate (CER) is a key metric for evaluating the quality of Optical Character Recognition (OCR). However, this metric assumes that text has been perfectly parsed, which is often not the case. Under page-parsing errors, CER becomes undefined, limiting its use as a metric and making evaluating page-level OCR challenging, particularly when using data that do not share a labelling schema. We introduce the Character Error Vector (CEV), a bag-of-characters evaluator for OCR. The CEV can be decomposed into parsing and OCR, and interaction error components. This decomposability allows practitioners to focus on the part of the Document Understanding pipeline that will have the greatest impact on overall text extraction quality. The CEV can be implemented using a variety of methods, of which we demonstrate SpACER (Spatially Aware Character Error Rate) and a Character distribution method using the Jensen-Shannon Distance. We validate the CEV's performance against other metrics: first, the relationship with CER; then, parse quality; and finally, as a direct measure of page-level OCR quality. The validation process shows that the CEV is a valuable bridge between parsing metrics and local metrics like CER. We analyse a dataset of archival newspapers made of degraded images with complex layouts and find that state-of-the-art end-to-end models are outperformed by more traditional pipeline approaches. Whilst the CEV requires character-level positioning for optimal triage, thresholding on easily available values can predict the main error source with an F1 of 0.91. We provide the CEV as part of a Python library to support Document understanding research.

顶级标签: natural language processing computer vision model evaluation
详细标签: optical character recognition evaluation metric document understanding character error rate page parsing 或 搜索:

字符错误向量:用于页面级OCR评估的可分解错误 / The Character Error Vector: Decomposable errors for page-level OCR evaluation


1️⃣ 一句话总结

本文提出了一种名为‘字符错误向量’的新评估方法,它不仅能像传统指标一样衡量OCR的字符识别准确度,还能将整体错误分解为文本解析和字符识别等不同来源,从而帮助研究人员更精准地定位和优化文档理解流程中的薄弱环节。

源自 arXiv: 2604.06160