Class TableInfo
Informations of recognized table from OcrInput
Inheritance
System.Object
TableInfo
Namespace: IronOcr.Extension.AdvancedScan
Assembly: IronOcr.dll
Syntax
public class TableInfo : Object
Properties
BoudingRect
Bouding rectangle of the current table.
Declaration
public Rectangle BoudingRect { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Rectangle |
CellInfos
Information of cells with borders and text inside.
Declaration
public List<CellInfo> CellInfos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CellInfo> |
Page
Page number of the current table
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |