Improving State-of-the-Art OCR Through High-Precision Document-Specific Modeling

Abstract

Optical character recognition (OCR) remains a difficult problem for noisy documents or documents not scanned at high resolution. Many current approaches rely on stored font models that are vulnerable to cases in which the document is noisy or is written in a font dissimilar to the stored fonts. We address these problems by learning character models directly from the document itself, rather than using pre-stored font models. This method has had some success in the past, but we are able to achieve substantial improvement in error reduction through a novel method for creating nearly error-free document-specific training data and building character appearance models from this data. In particular, we first use the state-of-the-art OCR system Tesseract to produce an initial translation. Then, our method identifies a subset of words that we have high confidence have been recognized correctly and uses this subset to bootstrap document-specific character models. We present theoretical justification that a word in the selected subset is very unlikely to be incorrectly recognized, and empirical results on a data set of difficult historical newspaper scans demonstrating that we make only two errors in 56 documents. We then relax the theoretical constraint in order to create a larger training set, and using document-specific character models generated from this data, we are able to reduce the error over properly segmented characters by 34.1% overall from the initial Tesseract translation.

Cite

Text

Kae et al. "Improving State-of-the-Art OCR Through High-Precision Document-Specific Modeling." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539867

Markdown

[Kae et al. "Improving State-of-the-Art OCR Through High-Precision Document-Specific Modeling." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/kae2010cvpr-improving/) doi:10.1109/CVPR.2010.5539867

BibTeX

@inproceedings{kae2010cvpr-improving,
  title     = {{Improving State-of-the-Art OCR Through High-Precision Document-Specific Modeling}},
  author    = {Kae, Andrew and Huang, Gary B. and Doersch, Carl and Learned-Miller, Erik G.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {1935-1942},
  doi       = {10.1109/CVPR.2010.5539867},
  url       = {https://mlanthology.org/cvpr/2010/kae2010cvpr-improving/}
}