Returns a Boolean value indicating whether or not the Asian recognition module works with a greater recognizable character set.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_asian_use_full_character_collection_get( LPAT_BOOL lpFullCharacterSet ); |
Name | Type | Description |
---|---|---|
lpFullCharacterSet | LPAT_BOOL | Buffer to retrieve the requested value. TRUE means that the Asian recognition module works with a greater recognizable character set. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; AT_BOOL bAFCCIsEnabled = FALSE; ErrCount += IG_REC_asian_use_full_character_collection_get(&bAFCCIsEnabled); |
It is not applicable for Korean language.