# Table understanding in structured documents

**Authors:** Martin Hole\v{c}ek, Anton\'in Hoskovec, Petr Baudi\v{s}, Pavel Klinger

arXiv: 1904.12577 · 2021-08-20

## TL;DR

This paper addresses the challenge of detecting and understanding tables in complex, layout-heavy business documents like invoices by proposing a graph-based neural model that effectively extracts structured information.

## Contribution

It introduces a novel graph-based representation and neural network model for table detection and information extraction in challenging invoice documents, along with a new dataset.

## Key findings

- Model achieves strong practical results on invoice datasets
- Graph convolutions and self-attention improve detection accuracy
- Proposes multiple baseline approaches for table labeling

## Abstract

Abstract--- Table detection and extraction has been studied in the context of documents like reports, where tables are clearly outlined and stand out from the document structure visually. We study this topic in a rather more challenging domain of layout-heavy business documents, particularly invoices. Invoices present the novel challenges of tables being often without outlines - either in the form of borders or surrounding text flow - with ragged columns and widely varying data content. We will also show, that we can extract specific information from structurally different tables or table-like structures with one model. We present a comprehensive representation of a page using graph over word boxes, positional embeddings, trainable textual features and rephrase the table detection as a text box labeling problem. We will work on our newly presented dataset of pro forma invoices, invoices and debit note documents using this representation and propose multiple baselines to solve this labeling problem. We then propose a novel neural network model that achieves strong, practical results on the presented dataset and analyze the model performance and effects of graph convolutions and self-attention in detail.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.12577/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12577/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1904.12577/full.md

---
Source: https://tomesphere.com/paper/1904.12577