English

Post-OCR Paragraph Recognition by Graph Convolutional Networks

Computer Vision and Pattern Recognition 2022-11-16 v6 Machine Learning

Abstract

We propose a new approach for paragraph recognition in document images by spatial graph convolutional networks (GCN) applied on OCR text boxes. Two steps, namely line splitting and line clustering, are performed to extract paragraphs from the lines in OCR results. Each step uses a beta-skeleton graph constructed from bounding boxes, where the graph edges provide efficient support for graph convolution operations. With only pure layout input features, the GCN model size is 3~4 orders of magnitude smaller compared to R-CNN based models, while achieving comparable or better accuracies on PubLayNet and other datasets. Furthermore, the GCN models show good generalization from synthetic training data to real-world images, and good adaptivity for variable document styles.

Keywords

Cite

@article{arxiv.2101.12741,
  title  = {Post-OCR Paragraph Recognition by Graph Convolutional Networks},
  author = {Renshen Wang and Yasuhisa Fujii and Ashok C. Popat},
  journal= {arXiv preprint arXiv:2101.12741},
  year   = {2022}
}

Comments

Published in WACV 2022

R2 v1 2026-06-23T22:39:58.005Z