Is used to switch on or off the Fax image mode for the multi-lingual IG_REC_RM_OMNIFONT_MOR omnifont recognition module.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_MOR_is_faxed_set( AT_BOOL bFaxed ); |
Name | Type | Description |
---|---|---|
bFaxed | AT_BOOL | Fax image mode to be set. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; ErrCount += IG_REC_MOR_is_faxed_set(FALSE); |
Turn this setting on (bFaxed=TRUE) if the image file to be loaded is a fax message transmitted in "Draft" mode with 200 x 100 resolution. Its use is not recommended for reading fax card image files transmitted in "Fine" mode (200 x 200 dpi resolution).