ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFinePrebuiltTextBlockInfo Structure

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

C Syntax
typedef struct tagCFinePrebuiltTextBlockInfo {
    RECT*                      RegionRects; 
    int                        RegionRectsCount; 
    CFinePrebuiltTextLineInfo* Lines; 
    int                        LinesCount; 
} CFinePrebuiltTextBlockInfo;

Fields

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.

See also

CFinePrebuiltLayoutInfo