TableRecognitionPipelineV2 missed rows in structured table despite correct cell detection #16022
Unanswered
sagarjgborg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm using
TableRecognitionPipelineV2
in PaddleOCR for table extraction, and although all table cells are detected correctly (bounding boxes are fine), some rows are missing or merged incorrectly in the final structured output (HTML or Excel).Input table image:

Table cell detection result:

Final excel result
grayscale_image_table_1.xlsx
The row
POUCH FOLD WIDTH
is missed here. Only the first column of that row has been attached to the previous cell.This happens only for few table is there any way to fix this
I'm using
paddleocr 3.1.0
Below is my code
Beta Was this translation helpful? Give feedback.
All reactions