BriefGPT.xyz
Jan, 2020
使用双向门控循环单元网络进行表格结构提取
Table Structure Extraction with Bi-directional Gated Recurrent Unit Networks
HTML
PDF
Saqib Ali Khan, Syed Muhammad Daniyal Khalid, Muhammad Ali Shahzad, Faisal Shafait
TL;DR
本文提出了一种基于深度学习的方法,它首先对表格图像进行预处理,然后将其输入到具有门控循环单元(GRU)的双向循环神经网络中,最终将结果分类为行分隔符或列分隔符。该方法在表格结构提取方面取得了显著的性能提升。
Abstract
Tables present summarized and structured information to the reader, which makes
table structure extraction
an important part of
document understanding
applications. However, table structure identification is a ha
→