Word Extraction Using Area Voronoi Diagram
Abstract
A method of word extraction based on the area Voronoi diagram is presented in this paper. Firstly, connected components are generated from the input image. Secondly, noise removal is performed including a special symbol detection technique to find some types of special symbols lying between words. Thirdly, base on the area Voronoi diagram, we select appropriate Voronoi edges which separate two neighboring connected components. Finally, words are extracted by merging the connected components based on the Voronoi edge between them. The result generated by this method is satisfactory with the ability to correctly group words of different size, font and arrangement. Experiments show that the proposed method achieves a high accuracy.
Cite
Text
Wang et al. "Word Extraction Using Area Voronoi Diagram." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2003. doi:10.1109/CVPRW.2003.10030Markdown
[Wang et al. "Word Extraction Using Area Voronoi Diagram." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2003.](https://mlanthology.org/cvprw/2003/wang2003cvprw-word/) doi:10.1109/CVPRW.2003.10030BibTeX
@inproceedings{wang2003cvprw-word,
title = {{Word Extraction Using Area Voronoi Diagram}},
author = {Wang, Zhe and Lu, Yue and Tan, Chew Lim},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2003},
pages = {31},
doi = {10.1109/CVPRW.2003.10030},
url = {https://mlanthology.org/cvprw/2003/wang2003cvprw-word/}
}