| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure stores information about the text line. The information is available before the text recognition.
typedef struct tagCFinePrebuiltTextLineInfo {
RECT Rect;
RECT* WordsRects;
int WordsRectsCount;
} CFinePrebuiltTextLineInfo;
| Name | Type | Description |
|---|---|---|
| Rect | RECT | Stores the bounding rectangle of the line. |
| WordsRects | RECT* | Stores a pointer to an array of the bounding rectangles of words in the line. |
| WordsRectsCount | int | Stores the number of elements in the WordsRects field. |