ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFinePrebuiltTextLineInfo Structure

This structure stores information about the text line. The information is available before the text recognition.

C Syntax
typedef struct tagCFinePrebuiltTextLineInfo {
   RECT  Rect; 
   RECT* WordsRects; 
   int   WordsRectsCount; 
} CFinePrebuiltTextLineInfo;

Fields

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.

See also

CFinePrebuiltTextBlockInfo