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 12 Multi-Type-TD-TSR issues
Sort by recently updated
recently updated
newest added

When I run with the weights and config linked in the Readme, Detectron2 cannot correctly resolve the base config file: ``` File "/lib/python3.7/site-packages/detectron2/config/config.py", line 46, in merge_from_file loaded_cfg = self.load_yaml_with_base(cfg_filename,...

When I executed Multi-Type-TD-TSR-main/scripts/tsr.py with sample image(Multi-Type-TD-TSR-main/images/bordered_example.png), I have an error Multi-Type-TD-TSR-main/scripts/TSR/table_structure_recognition_lines_wol.py", line 211, in recognize_structure center = [int(row[index][j][0] + row[index][j][2] / 2) for j in range(len(row[index]))]