-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatching of table headers #14
Comments
If i understood correctly there are as many cell output (text) as bounding boxes. So given a list of cell outputs and bounding boxes, the function just goes through the lists and pop one element each from both list. Maybe reading their paper helps to understand better. |
Thanxs for the reply. but what i mean to say is if you look at the input image header and output image header, you will notice a mismatch of headers. Is there a way to fix it? |
I m testing out this repo for next days as well, if i find anything that could help resolving this issue, i ll let you know :) |
Although the number of cell output text and bbox are the same, the number of cells in the html structure output does not necessarily match the other two, which may result in the bad result. |
hi, thanks for making such a good repo for such a challenging problem.
I am encountering a constant issue of mismatching of table columns header. while exploring this issue in depth, I can across a fucntion called "build_table_from_html_and_cell".
I don`t know whether it is due to this function or something else.
Please can u tell me how is it you are merging the html output and cell output. What logic you are using?
For your reference
Input Image
Output
There are some cases where the result is much worse than this.
The text was updated successfully, but these errors were encountered: