• 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