Table Recognition

20 papers with code • 5 benchmarks • 5 datasets

Table recognition refers to the process of automatically identifying and extracting tabular structures from unstructured data sources such as text documents, images, or scanned documents. The goal of table recognition is to accurately detect the presence of tables within the data and extract their contents, including rows, columns, headers, and cell values.

Libraries

Use these libraries to find Table Recognition models and implementations

Most implemented papers

Image-based table recognition: data, model, and evaluation

ibm-aur-nlp/PubTabNet ECCV 2020

In addition, we propose a new Tree-Edit-Distance-based Similarity (TEDS) metric for table recognition, which more appropriately captures multi-hop cell misalignment and OCR errors than the pre-established metric.

Rethinking Table Recognition using Graph Neural Networks

shahrukhqasim/TIES-2.0 31 May 2019

In this paper, we propose an architecture based on graph networks as a better alternative to standard neural networks for table recognition.

CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents

DevashishPrasad/CascadeTabNet 27 Apr 2020

In this paper, we present an improved deep learning-based end to end approach for solving both problems of table detection and structure recognition using a single Convolution Neural Network (CNN) model.

ICDAR 2021 Competition on Scientific Literature Parsing

ibm-aur-nlp/PubLayNet 8 Jun 2021

Scientific literature contain important information related to cutting-edge innovations in diverse domains.

Deep learning for table detection and structure recognition: A survey

abdoelsayed2016/table-detection-structure-recognition 15 Nov 2022

The goals of this survey are to provide a profound comprehension of the major developments in the field of Table Detection, offer insight into the different methodologies, and provide a systematic taxonomy of the different approaches.

PingAn-VCGroup's Solution for ICDAR 2021 Competition on Scientific Literature Parsing Task B: Table Recognition to HTML

PaddlePaddle/PaddleOCR 5 May 2021

In our method, we divide the table content recognition task into foursub-tasks: table structure recognition, text line detection, text line recognition, and box assignment. Our table structure recognition algorithm is customized based on MASTER [1], a robust image textrecognition algorithm.

PubTables-1M: Towards comprehensive table extraction from unstructured documents

microsoft/table-transformer CVPR 2022

We demonstrate that these improvements lead to a significant increase in training performance and a more reliable estimate of model performance at evaluation for table structure recognition.

High-Performance Transformers for Table Structure Recognition Need Early Convolutions

poloclub/tsr-convstem 9 Nov 2023

This allows it to "see" an appropriate portion of the table and "store" the complex table structure within sufficient context length for the subsequent transformer.

Table Structure Recognition using Top-Down and Bottom-Up Cues

sachinraja13/TabStructNet ECCV 2020

We present an approach for table structure recognition that combines cell detection and interaction modules to localize the cells and predict their row and column associations with other detected cells.

LGPMA: Complicated Table Structure Recognition with Local and Global Pyramid Mask Alignment

hikopensource/davar-lab-ocr 13 May 2021

In this paper, we aim to obtain more reliable aligned bounding boxes by fully utilizing the visual information from both text regions in proposed local features and cell relations in global features.