| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure stores information about the text block. The information is available before the text recognition.
typedef struct tagCFinePrebuiltTextBlockInfo {
RECT* RegionRects;
int RegionRectsCount;
CFinePrebuiltTextLineInfo* Lines;
int LinesCount;
} CFinePrebuiltTextBlockInfo;
| Name | Type | Description |
|---|---|---|
| Lines | CFinePrebuiltTextLineInfo* | Stores a pointer to an array of the CFinePrebuiltTextLineInfo objects with information about the text lines in the text block. |
| LinesCount | int | Stores the number of elements in the Lines field. |
| RegionRects | RECT* | Stores a pointer to an array of the rectangles that describe an image region with the text block. |
| RegionRectsCount | int | Stores the number of elements in the RegionRects field. |