DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.49k stars 427 forks source link

How to recognize the start/end column/row information for each cell wit your model #73

Closed henanjun closed 4 years ago

henanjun commented 4 years ago

hello, In section 5.3 of the paper, it claims that "For each cell, it is required to return the coordinates of a polygon defining the convex hull of the cell’s contents. Additionally, it also requires the start/end column/row information for each cell. I am wondering that your model can return the start/end column/row information for each cell or not?