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

How to get the co-ordinates for each table separately? #93

Closed VIBIN1234 closed 3 years ago

VIBIN1234 commented 3 years ago

@DevashishPrasad I am able to extract table co-ordinates for an image (page with two tables) But I want to extract coordinates separately for each table. Please help me to get the coordinates of the bounding boxes for each table separately.

VIBIN1234 commented 3 years ago

I am able to get the results as per my query. Thank you @DevashishPrasad

zsimone10 commented 3 years ago

Hi @VIBIN1234 would you mind explaining how you were able to get the coordinates or sharing your code, please?

Yugabharathi commented 2 years ago

hi @VIBIN1234 can you please tell us how you resolved this problem ?