You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recovered the structure of the table using chunk(.chunk) and structure(.json) files.
When I visualized the annotation, I found that some annotations are wrong.. (not included in scitsr-comp.list)
The box in the image below indicates a single cell (blue: non-empty, green: empty).
I think the 'Original' cell and 'code' cell have to be merged into one cell, but they are separated in the given annotation (.json file).
Is it okay to regard this table as 'simple table'?
The text was updated successfully, but these errors were encountered:
ejlee95
changed the title
no spanning cell labels
(probably) incorrect spanning cell labels
May 31, 2022
First, I matched the text chunks in "chunks/.chunk" file with the cells in "structure/.json" file
Second, grouped x/y-coordinates of chunks indexed by the same 'start*' and 'end*'
Finally, I got the cell box x/y-coordinates of I-th col/row as the (max end (i-1) + min of start (i))/2.
I recovered the structure of the table using chunk(.chunk) and structure(.json) files.
When I visualized the annotation, I found that some annotations are wrong.. (not included in scitsr-comp.list)
The box in the image below indicates a single cell (blue: non-empty, green: empty).
I think the 'Original' cell and 'code' cell have to be merged into one cell, but they are separated in the given annotation (.json file).
Is it okay to regard this table as 'simple table'?
The text was updated successfully, but these errors were encountered: