multiple table not detected

#15
by victor-Des - opened

When I 'm dealing with multiple tables in image. it detecte the first one but not the others. does anyone know how to change that or it's one limit of this model?

Hey @victor-Des , facing the same problem here, Did you get any solution for it?

I am having the same issue. Has anyone had any luck with detecting multiple table?

@mandeep1803 ,@Shriharshan ,@victor-Des ,@24anisha ,@2k39da have you found any solution yet for this problem?

To detect table Im using
'''
import layoutparser as lp

model = lp.Detectron2LayoutModel('lp://TableBank/faster_rcnn_R_101_FPN_3x/config',extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.50],
label_map={0: "Table"})
'''
And then Im using PPstructure from paddleocr to extract it in excel file.
warning : detectron2 doesn't work with latest paddleocr version so u have to physically download the working version into your directory

Sign up or log in to comment