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.46k stars 422 forks source link

Table cell detection #98

Open tuner007 opened 3 years ago

tuner007 commented 3 years ago

Which checkpoint to use to generate similar results as shown in below image: image

I tried using "ICDAR 19 (Track B2 Modern) table structure recognition" checkpoint but i am getting output as shown below: image

Thanks !

DevashishPrasad commented 3 years ago

You need to follow the pipeline.

After this, you have to perform Table Structure recongition

Please Note, the results shown in that image are not derived using Cascadetabnet, we produced that image just to show the idea.

Ahmad-AlShalabi commented 3 years ago

@DevashishPrasad Thanks for sharing your hard work in this project.

I followed the pipeline using Colab but I did not get the same results, and for Bordered tables, I did not get the table structure(cells), and in some cases incomplete table structure (missing columns).

Could you please tell us where is the missing point?

this is the result for demo image:

image

intersection:

image

detected cells:

image

image

Another demo image:

image

image

image

image