Click or drag to resize

TableRecResult Class

Table recognition result.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonTableRecResult

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class TableRecResult

The TableRecResult type exposes the following members.

Constructors
 NameDescription
Public methodTableRecResult Default Constructor.
Top
Properties
 NameDescription
Public propertybound The position of the table boxes,{ left, top, right,bottom }.
Public propertycells 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 propertycells_text Text line information for each cell, including the text, detection box, and text confidence of each line.
Public propertyheight_of_rows The height of each row.
Public propertyhorizon_lines The position of the horizontal line of the table,{ start_x, start_y, endx, end_y }.
Public propertyhtml_str HTML format of table structure.
Public propertyjson_str JSON format of table structure.
Public propertytable_type Table type.
Public propertyvertical_lines The position of the vertical line of the table,{ start_x, start_y, endx, end_y }.
Public propertywidth_of_cols The width of each column.
Top
Fields
 NameDescription
Public fieldangle Angle.
Public fieldcol_count Number of columns.
Public fieldconfidence Confidence.
Public fieldnum Table serial number.
Public fieldrow_count Number of rows.
Top
See Also