"vscode:/vscode.git/clone" did not exist on "2dc957d421fdd6a92b04ba52e9e0c745f1e370b1"
  • myhloli's avatar
    feat(model): improve table recognition by merging and filtering tables · df7ae404
    myhloli authored
    - Add functions to calculate IoU, check if tables are inside each other, and merge tables
    - Implement table merging for high IoU tables
    - Add filtering to remove nested tables that don't overlap but cover a large area
    - Update table_res_list and layout_res to reflect these changes
    df7ae404
model_utils.py 9.65 KB