CLDLLGAug 31, 2024

Post-OCR Text Correction for Bulgarian Historical Documents

arXiv:2409.00527v18 citationsh-index: 47Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of digitizing historical documents for cultural preservation, specifically for Bulgarian archives, and is incremental as it builds on existing OCR correction methods with domain-specific adaptations.

The paper tackles the problem of correcting OCR errors in historical Bulgarian documents by creating the first benchmark dataset for Drinov orthography and developing a method using LLMs and encoder-decoder frameworks with enhancements like diagonal attention loss, resulting in a 25% error reduction and a 16% improvement over state-of-the-art on the ICDAR 2019 dataset.

The digitization of historical documents is crucial for preserving the cultural heritage of the society. An important step in this process is converting scanned images to text using Optical Character Recognition (OCR), which can enable further search, information extraction, etc. Unfortunately, this is a hard problem as standard OCR tools are not tailored to deal with historical orthography as well as with challenging layouts. Thus, it is standard to apply an additional text correction step on the OCR output when dealing with such documents. In this work, we focus on Bulgarian, and we create the first benchmark dataset for evaluating the OCR text correction for historical Bulgarian documents written in the first standardized Bulgarian orthography: the Drinov orthography from the 19th century. We further develop a method for automatically generating synthetic data in this orthography, as well as in the subsequent Ivanchev orthography, by leveraging vast amounts of contemporary literature Bulgarian texts. We then use state-of-the-art LLMs and encoder-decoder framework which we augment with diagonal attention loss and copy and coverage mechanisms to improve the post-OCR text correction. The proposed method reduces the errors introduced during recognition and improves the quality of the documents by 25\%, which is an increase of 16\% compared to the state-of-the-art on the ICDAR 2019 Bulgarian dataset. We release our data and code at \url{https://github.com/angelbeshirov/post-ocr-text-correction}.}

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes