CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

Table cell detection

Open tuner007 opened this issue 4 years ago • 2 comments

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 !

tuner007 avatar Nov 18 '20 21:11 tuner007

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.

DevashishPrasad avatar Nov 19 '20 08:11 DevashishPrasad

@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

Ahmad-AlShalabi avatar Dec 07 '20 11:12 Ahmad-AlShalabi