SynthesizeBusinessCard Method of the FRPage Object

This method tries to find business card fields in the specified recognized region. The method returns BusinessCard object.

Important! The region you specify must contain recognized blocks. Therefore, one of the analysis and recognition methods must be called before this method call.

Syntax

C++

HRESULT SynthesizeBusinessCard(
  IRegion*        Region,
  IBusinessCard** Result
);
    

C#

IBusinessCard SynthesizeBusinessCard( IRegion Region );
    

Visual Basic .NET

Function SynthesizeBusinessCard(Region As IRegion) As IBusinessCard
    

Parameters

Region
[in] Refers to the Region object that specifies the area on image which should be interpreted as a business card. It should be set in coordinates of the deskewed black-and-white plane of the ImageDocument. This parameter may be 0, in which case the whole image is processed.
Result
[out, retval] A pointer to IBusinessCard* pointer variable that receives the interface pointer of the BusinessCard output object. This object provides access to the synthesized business card. Result* may be NULL after the call to this method, if no business card is synthesized.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

FRPage

Business Card Recognition

Working with Profiles

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.