ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFinePrebuiltLayoutInfo Structure

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

C Syntax
typedef struct tagCFinePrebuiltLayoutInfo {
    CFinePrebuiltTextBlockInfo* TextBlocks; 
    int                         TextBlocksCount; 
} CFinePrebuiltLayoutInfo;

Fields

Name Type Description
TextBlocks CFinePrebuiltTextBlockInfo* Stores a pointer to an array of the CFinePrebuiltTextBlockInfo objects with information about the text blocks.
TextBlocksCount int Stores the number of elements in the TextBlocks field.

Input parameter

This structure is passed as an input parameter to the TFinePrebuiltDataCallbackFunction if the dataType argument is set to FPDT_WordsInfo.

Output parameter

This structure is the output parameter of the FinePrebuildWordsInfo function.