Background Line Detection with a Stochastic Model

Abstract

Background lines often exist in textual documents. It is important to detect and remove those lines so text can be easily segmented and recognized. A stochastic model is proposed in this paper which incorporates the high level contextual information to detect severely broken lines. We observed that 1) background lines are parallel, and 2) the vertical gaps between any two neighboring lines are roughly equal with small variance. The novelty of our algorithm is we use a HMM model to model the projection profile along the estimated skew angle, and estimate the optimal positions of all background lines simultaneously based on the Viterbi algorithm. Compared with our previous deterministic model based approach [15], the new method is much more robust and detects about 96.8% background lines correctly in our Arabic document database.

Cite

Text

Zheng et al. "Background Line Detection with a Stochastic Model." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2003. doi:10.1109/CVPRW.2003.10029

Markdown

[Zheng et al. "Background Line Detection with a Stochastic Model." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2003.](https://mlanthology.org/cvprw/2003/zheng2003cvprw-background/) doi:10.1109/CVPRW.2003.10029

BibTeX

@inproceedings{zheng2003cvprw-background,
  title     = {{Background Line Detection with a Stochastic Model}},
  author    = {Zheng, Yefeng and Li, Huiping and Doermann, David S.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2003},
  pages     = {23},
  doi       = {10.1109/CVPRW.2003.10029},
  url       = {https://mlanthology.org/cvprw/2003/zheng2003cvprw-background/}
}