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

A recognized text line with bounding box. More...

#include <document_ai.h>

Inheritance diagram for CTextLine:

Properties

float score
 Confidence score in range [0,1].
int textLength
 Text length (character count).
NSString * text
 Recognized text content (UTF-8).
CRectbbox
 Bounding box of the text line as [left, top, right, bottom].

Detailed Description

A recognized text line with bounding box.

Definition at line 78 of file document_ai.h.

Property Documentation

◆ bbox

- (CRect*) bbox
readwritenonatomicstrong

Bounding box of the text line as [left, top, right, bottom].

Definition at line 86 of file document_ai.h.

◆ score

- (float) score
readwritenonatomicassign

Confidence score in range [0,1].

Definition at line 80 of file document_ai.h.

◆ text

- (NSString*) text
readwritenonatomiccopy

Recognized text content (UTF-8).

Definition at line 84 of file document_ai.h.

◆ textLength

- (int) textLength
readwritenonatomicassign

Text length (character count).

Definition at line 82 of file document_ai.h.


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