Sets the 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_set( AT_BOOL bFullCharacterSet ); |
Name | Type | Description |
---|---|---|
bFullCharacterSet | AT_BOOL | Boolean value to be set. TRUE means that a greater recognizable character set will be used during recognition. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; AT_BOOL bAFCCIsEnabled = TRUE; ErrCount += IG_REC_asian_use_full_character_collection_set(bAFCCIsEnabled); |
It is not applicable for Korean language.