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 arrange the detected cells to cascaded tables? #70

Open jingmouren opened 4 years ago

jingmouren commented 4 years ago

CascadeTabNet/Demo/demo.png example is also cascaded. How to arrange the detected cells, so knows which cells group to a sub table's cell?

And, does tables with not straight border lines( for examples, photos taken on folded papers ) supported by the model?