BriefGPT.xyz
Aug, 2022
TSRFormer:基于Transformer的表格结构识别
TSRFormer: Table Structure Recognition with Transformers
HTML
PDF
Weihong Lin, Zheng Sun, Chixiang Ma, Mingze Li, Jiawei Wang...
TL;DR
提出了一种名为TSRFormer的新的表格结构识别方法,使用线性回归问题而不是图像分割问题来预测表格的分隔线,并提出了新的两阶段DETR分隔线预测方法来直接从表图像中预测分隔线。使用新的技术后,我们的TSRFormer在几个基准数据集上都获得了最先进的表现。
Abstract
We present a new
table structure recognition
(TSR) approach, called
tsrformer
, to robustly recognizing the structures of complex tables with geometrical distortions from various table images. Unlike previous meth
→