ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineBcrField Structure

This structure represents a business card field.

C Syntax
typedef struct tagCFineBcrField {
    TBcrFieldType           Type;
    int                     TextLinesCount;
    CFineTextLine*          TextLines;
    int                     ComponentsCount; 
    CFineBcrFieldComponent* Components; 
} CFineBcrField;

Fields

Name Type Description
Components CFineBcrFieldComponent* Stores the field components. The field components are stored in the order of appearance on the business card.
ComponentsCount int Stores the number of field components. It is zero if the field is not divided.
TextLines CFineTextLine* Stores recognized text in the card field. It may contain several lines.
TextLinesCount int Stores the number of text lines in the card field.
Type TBcrFieldType Stores the type of a business card field.

See also

CFineBusinessCard