Skip to content

Conversation

@alanhsu777
Copy link

When the LayoutParsingPipelineV2 class is processing, if there are nested or complex tables in the image, layout_det_res and table_res_list will return overlapping table information. Then, the remove_overlap_blocks method deletes the overlapping blocks from layout_det_res, resulting in an inconsistent order between layout_det_res and table_res_list, causing problems in the calculation of table_index in the get_layout_parsing_objects method. Finally, the incorrect table content is assigned to the LayoutBlock. Currently, the fix method is to calculate the table_index in the get_layout_parsing_objects method by using the overlapping ratio of the table bounding boxes.

@paddle-bot
Copy link

paddle-bot bot commented Oct 28, 2025

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Oct 28, 2025
@CLAassistant
Copy link

CLAassistant commented Oct 28, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants