|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
A recognized text line with bounding box. More...
#include <document_ai.h>
Properties | |
| float | score |
| Confidence score in range [0,1]. | |
| int | textLength |
| Text length (character count). | |
| NSString * | text |
| Recognized text content (UTF-8). | |
| CRect * | bbox |
| Bounding box of the text line as [left, top, right, bottom]. | |
A recognized text line with bounding box.
Definition at line 78 of file document_ai.h.
|
readwritenonatomicstrong |
Bounding box of the text line as [left, top, right, bottom].
Definition at line 86 of file document_ai.h.
|
readwritenonatomicassign |
Confidence score in range [0,1].
Definition at line 80 of file document_ai.h.
|
readwritenonatomiccopy |
Recognized text content (UTF-8).
Definition at line 84 of file document_ai.h.
|
readwritenonatomicassign |
Text length (character count).
Definition at line 82 of file document_ai.h.