ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
Loading...
Searching...
No Matches
CTABResult Class Reference

Table recognition result for a page. More...

#include <document_ai.h>

Inheritance diagram for CTABResult:

Properties

int num
 Table index on the page (0-based).
int rowCount
 Row count of the table.
int colCount
 Column count of the table.
int angle
 Table rotation angle (degree).
int score
 Confidence score.
NSString * type
 Table type label.
NSArray * rect
 Table bounding box as [left, top, right, bottom].
NSArray * heightOfRows
 Height for each row.
NSArray * widthOfCols
 Width for each column.
NSArray< NSArray< CTextLine * > * > * cellsText
 Recognized text lines for each cell, organized by [row][col].
NSArray< CLine * > * horizonLines
 Horizontal grid lines of the table.
NSArray< CLine * > * verticalLines
 Vertical grid lines of the table.
NSArray * cells
 Table cells list.
NSString * jsonStr
 Table content in JSON format.
NSString * htmlStr
 Table content in HTML format.

Detailed Description

Table recognition result for a page.

Definition at line 93 of file document_ai.h.

Property Documentation

◆ angle

- (int) angle
readwritenonatomicassign

Table rotation angle (degree).

Definition at line 102 of file document_ai.h.

◆ cells

- (NSArray*) cells
readwritenonatomicstrong

Table cells list.

Definition at line 120 of file document_ai.h.

◆ cellsText

- (NSArray<NSArray<CTextLine *> *>*) cellsText
readwritenonatomicstrong

Recognized text lines for each cell, organized by [row][col].

Definition at line 114 of file document_ai.h.

◆ colCount

- (int) colCount
readwritenonatomicassign

Column count of the table.

Definition at line 100 of file document_ai.h.

◆ heightOfRows

- (NSArray*) heightOfRows
readwritenonatomicstrong

Height for each row.

Definition at line 110 of file document_ai.h.

◆ horizonLines

- (NSArray<CLine *>*) horizonLines
readwritenonatomicstrong

Horizontal grid lines of the table.

Definition at line 116 of file document_ai.h.

◆ htmlStr

- (NSString*) htmlStr
readwritenonatomiccopy

Table content in HTML format.

Definition at line 124 of file document_ai.h.

◆ jsonStr

- (NSString*) jsonStr
readwritenonatomiccopy

Table content in JSON format.

Definition at line 122 of file document_ai.h.

◆ num

- (int) num
readwritenonatomicassign

Table index on the page (0-based).

Definition at line 96 of file document_ai.h.

◆ rect

- (NSArray*) rect
readwritenonatomicstrong

Table bounding box as [left, top, right, bottom].

Definition at line 108 of file document_ai.h.

◆ rowCount

- (int) rowCount
readwritenonatomicassign

Row count of the table.

Definition at line 98 of file document_ai.h.

◆ score

- (int) score
readwritenonatomicassign

Confidence score.

Definition at line 104 of file document_ai.h.

◆ type

- (NSString*) type
readwritenonatomiccopy

Table type label.

Definition at line 106 of file document_ai.h.

◆ verticalLines

- (NSArray<CLine *>*) verticalLines
readwritenonatomicstrong

Vertical grid lines of the table.

Definition at line 118 of file document_ai.h.

◆ widthOfCols

- (NSArray*) widthOfCols
readwritenonatomicstrong

Width for each column.

Definition at line 112 of file document_ai.h.


The documentation for this class was generated from the following file: