Overview & Executive Summary

Paper: DocEng Short Paper - Cost-Aware Human-LLM Collaboration for Post-OCR Corrections
Authors: Stergios Konstantinidis, Hayman Lotfy, Michalis Vlachos (University of Lausanne)
Venue: ACM Symposium on Document Engineering (DocEng) - Short Paper
GitHub: https://github.com/Stergios-Konstantinidis/Cost-Aware-Human-LLM-Collaboration-for-post-OCR-Corrections
Overleaf: https://git.overleaf.com/6a2cb93de1bec86186ee8613

1. Research Motivation & Core Problem

Historical document archives, such as digitized centuries-old Swiss newspapers, suffer from substantial OCR degradation caused by aged paper, bleed-through, complex multi-column typography, and antique fonts.

While modern Large Language Models (LLMs) excel at OCR correction, naive all-to-LLM pipelines suffer from three severe pitfalls:

  1. Financial Cost: Processing millions of archive pages with commercial LLM APIs is economically non-viable.
  2. Degradation of Clean Text: LLMs frequently "hallucinate" or modernize archaic French spellings on segments that were already correctly transcribed by the OCR engine.
  3. Severe OCR Failures: On heavily damaged regions, LLMs fabricate plausible-sounding text instead of preserving historical fidelity.

This paper formulates OCR post-correction as an optimal budget allocation and routing problem uniting human domain experts and LLMs.


2. Key Contributions


Revision #4
Created 2026-09-09 16:20:15 UTC by Stergios
Updated 2026-09-17 12:21:52 UTC by Stergios