paper-with-me

Papers

TC-OCR: TableCraft OCR for Efficient Detection & Recognition of Table Structure & Content

2024-04-16 · Avinash Anand, Raj Jaiswal, Pijush Bhuyan, Mohit Gupta, Siddhesh Bangar, Md. Modassir Imam, Rajiv Ratn Shah, Shin'ichi Satoh

The automatic recognition of tabular data in document images presents a significant challenge due to the diverse range of table styles and complex structures. Tables offer valuable content representation, enhancing the predictive capabilities of various systems such as search engines and Knowledge Graphs. Addressing the two main problems, namely table detection (TD) and table structure recognition (TSR), has traditionally been approached independently. In this research, we propose an end-to-end pipeline that integrates deep learning models, including DETR, CascadeTabNet, and PP OCR v2, to achieve comprehensive image-based table recognition. This integrated approach effectively handles diverse table styles, complex structures, and image distortions, resulting in improved accuracy and efficiency compared to existing methods like Table Transformers. Our system achieves simultaneous table detection (TD), table structure recognition (TSR), and table content recognition (TCR), preserving table structures and accurately extracting tabular data from document images. The integration of multiple models addresses the intricacies of table recognition, making our approach a promising solution for image-based table understanding, data extraction, and information retrieval applications. Our proposed approach achieves an IOU of 0.96 and an OCR Accuracy of 78%, showcasing a remarkable improvement of approximately 25% in the OCR Accuracy compared to the previous Table Transformer approach.

📄 PDF Abstract BibTeX arXiv:2404.10305

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalKnowledge GraphsOptical Character Recognition (OCR)Table DetectionTable Recognition

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

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

2021-05-05 · Jiaquan Ye, Xianbiao Qi, Yelin He, Yihao Chen 외

This paper presents our solution for ICDAR 2021 competition on scientific literature parsing taskB: table recognition to HTML. In our method, we divide the table content recognition task into foursub-tasks: table structu…

Line DetectionTable Recognition

An End-to-End Multi-Task Learning Model for Image-based Table Recognition

2023-03-15 · Nam Tuan Ly, Atsuhiro Takasu

Image-based table recognition is a challenging task due to the diversity of table styles and the complexity of table structures. Most of the previous methods focus on a non-end-to-end approach which divides the problem i…

Cell DetectionDecoderDiversityMulti-Task Learning+1

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

2020-10-09 · ECCV 2020 8 · Sachin Raja, Ajoy Mondal, C. V. Jawahar

Tables are information-rich structured objects in document images. While significant work has been done in localizing tables as graphic objects in document images, only limited attempts exist on table structure recogniti…

Cell DetectionOptical Character RecognitionOptical Character Recognition (OCR)Table Recognition

TableNet: Deep Learning model for end-to-end Table detection and Tabular data extraction from Scanned Document Images

2020-01-06 · Shubham Paliwal, Vishwanath D, Rohit Rahul, Monika Sharma 외

With the widespread use of mobile phones and scanners to photograph and upload documents, the need for extracting the information trapped in unstructured document images such as retail receipts, insurance claim forms and…

Table DetectionTable ExtractionTransfer Learning

A large-scale dataset for end-to-end table recognition in the wild

2023-03-27 · Fan Yang, Lei Hu, Xinwu Liu, Shuangping Huang 외

Table recognition (TR) is one of the research hotspots in pattern recognition, which aims to extract information from tables in an image. Common table recognition tasks include table detection (TD), table structure recog…

Table annotationTable DetectionTable Recognition