Multi-Type-TD-TSR icon indicating copy to clipboard operation
Multi-Type-TD-TSR copied to clipboard

Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:

Results 11 Multi-Type-TD-TSR issues
Sort by recently updated
recently updated
newest added

I couldn't find the torchvision==0.8.1 version on windows. can it be replaced with the higher version? and could it work on CPU?

Hi, I was trying to run the model on the below image: ![2](https://user-images.githubusercontent.com/42404233/156556547-982d6cca-1b60-4f29-a8e2-6b557b3f3c6a.png) in Colab with following command: `!python /content/Multi_Type_TD_TSR/scripts/tsr.py --folder=/content/images --type="partially_color_inv" --img_output=/content/img_output --xml_output=/content/xml_output` But I was getting the below...

Hello, When I try to compile the model using your colab notebook, I get the following error: ``` The checkpoint state_dict contains keys that are not used by the model:...

Hey This work looks really good, may I have the training code to further fine tune it on my data-set?

About the model :Multi-Type-TD-TSR, whether you can share the implemtent code

First of all, thanks a lot for sharing your work. I wanted to ask you if you have tried the onnx conversion of the model or if you could provide...

Thank you for making your source code public. Can u guys give access to your train dataset ?

Can it recognize merged cells?

Hello there, @Psarpei, Thanks a lot for the work. I have a simple request. I checked on google collab that you have TSR.table_xml and TSR.table_csv, however, those are missing here....

![image](https://github.com/Psarpei/Multi-Type-TD-TSR/assets/41010669/99ac2aea-cf3a-48ca-aa14-bd27b8fb7828) How to detect the center region and remove margins, and then deskew the table for correct detection?