ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineRects Structure

This structure describes an array of rectangles.

C Syntax
typedef struct tagCFineRects {
    RECT* Rects;
    int   RectsCount;
} CFineRects;

Fields

Name Type Description
Rects RECT* Stores the pointer to an array of rectangles.
RectsCount int Stores the number of rectangles in array.

Output parameter

This structure is the output parameter of the FineGetTextLines function.