|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
Table recognition result for a page. More...
#include <document_ai.h>
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. | |
Table recognition result for a page.
Definition at line 93 of file document_ai.h.
|
readwritenonatomicassign |
Table rotation angle (degree).
Definition at line 102 of file document_ai.h.
|
readwritenonatomicstrong |
Table cells list.
Definition at line 120 of file document_ai.h.
|
readwritenonatomicstrong |
Recognized text lines for each cell, organized by [row][col].
Definition at line 114 of file document_ai.h.
|
readwritenonatomicassign |
Column count of the table.
Definition at line 100 of file document_ai.h.
|
readwritenonatomicstrong |
Height for each row.
Definition at line 110 of file document_ai.h.
|
readwritenonatomicstrong |
Horizontal grid lines of the table.
Definition at line 116 of file document_ai.h.
|
readwritenonatomiccopy |
Table content in HTML format.
Definition at line 124 of file document_ai.h.
|
readwritenonatomiccopy |
Table content in JSON format.
Definition at line 122 of file document_ai.h.
|
readwritenonatomicassign |
Table index on the page (0-based).
Definition at line 96 of file document_ai.h.
|
readwritenonatomicstrong |
Table bounding box as [left, top, right, bottom].
Definition at line 108 of file document_ai.h.
|
readwritenonatomicassign |
Row count of the table.
Definition at line 98 of file document_ai.h.
|
readwritenonatomicassign |
Confidence score.
Definition at line 104 of file document_ai.h.
|
readwritenonatomiccopy |
Table type label.
Definition at line 106 of file document_ai.h.
|
readwritenonatomicstrong |
Vertical grid lines of the table.
Definition at line 118 of file document_ai.h.
|
readwritenonatomicstrong |
Width for each column.
Definition at line 112 of file document_ai.h.