| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure stores information about the document layout. The information is available before the text recognition.
typedef struct tagCFinePrebuiltLayoutInfo {
CFinePrebuiltTextBlockInfo* TextBlocks;
int TextBlocksCount;
} CFinePrebuiltLayoutInfo;
| 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. |
This structure is passed as an input parameter to the TFinePrebuiltDataCallbackFunction if the dataType argument is set to FPDT_WordsInfo.
This structure is the output parameter of the FinePrebuildWordsInfo function.