Click or drag to resize

TableRecResult Properties

The TableRecResult type exposes the following members.

Properties
  Name Description
Public property bound The position of the table boxes,{ left, top, right,bottom }.
Public property 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.
Public property cells_text Text line information for each cell, including the text, detection box, and text confidence of each line.
Public property height_of_rows The height of each row.
Public property horizon_lines The position of the horizontal line of the table,{ start_x, start_y, endx, end_y }.
Public property html_str HTML format of table structure.
Public property json_str JSON format of table structure.
Public property table_type Table type.
Public property vertical_lines The position of the vertical line of the table,{ start_x, start_y, endx, end_y }.
Public property width_of_cols The width of each column.
Top
See Also