TableRecResult Properties
|
The TableRecResult type exposes the following members.
Properties
| |
Name |
Description |
|
bound
|
The position of the table boxes,{ left, top, right,bottom }.
|
|
cells
|
The location information of each cell, including the location of the detection box {left, top, right, bottom}, the table row and column location {start row, end row, start column, end column} and the text string included in the entire cell.
|
|
cells_text
|
Text line information for each cell, including the text, detection box, and text confidence of each line.
|
|
height_of_rows
|
The height of each row.
|
|
horizon_lines
|
The position of the horizontal line of the table,{ start_x, start_y, endx, end_y }.
|
|
html_str
|
HTML format of table structure.
|
|
json_str
|
JSON format of table structure.
|
|
table_type
|
Table type.
|
|
vertical_lines
|
The position of the vertical line of the table,{ start_x, start_y, endx, end_y }.
|
|
width_of_cols
|
The width of each column.
|
Top
See Also