| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure describes an array of rectangles.
typedef struct tagCFineRects {
RECT* Rects;
int RectsCount;
} CFineRects;
| Name | Type | Description |
|---|---|---|
| Rects | RECT* | Stores the pointer to an array of rectangles. |
| RectsCount | int | Stores the number of rectangles in array. |
This structure is the output parameter of the FineGetTextLines function.