|
RecAPI
|
MOR multi-lingual omnifont recognition module. More...
Functions | |
| RECERR RECAPIKRN | kRecSetMorFaxed (int sid, INTBOOL bFaxed) |
| Setting fax image mode for MOR. | |
| RECERR RECAPIKRN | kRecGetMorFaxed (int sid, INTBOOL *pbFaxed) |
| Getting fax image mode for MOR. | |
MOR multi-lingual omnifont recognition module.
See the general description.
| RECERR RECAPIKRN kRecGetMorFaxed | ( | int | sid, |
| INTBOOL * | pbFaxed | ||
| ) |
Getting fax image mode for MOR.
The kRecGetMorFaxed function inquires the current setting of the Fax image mode of module RM_OMNIFONT_MOR. If the inquired status is TRUE, the normal Fax image mode is switched on.
| [in] | sid | Settings Collection ID. |
| [out] | pbFaxed | Pointer of a Boolean variable to hold the current Fax image mode setting. |
| RECERR |
RECERR kRecGetMorFaxed(int sid, out bool bFaxed);
| RECERR RECAPIKRN kRecSetMorFaxed | ( | int | sid, |
| INTBOOL | bFaxed | ||
| ) |
Setting fax image mode for MOR.
The kRecSetMorFaxed function switches on or off the Fax image mode for the multi-lingual RM_OMNIFONT_MOR omnifont recognition module.
| [in] | sid | Settings Collection ID. |
| [in] | bFaxed | Fax image mode to be set. |
| RECERR |
bFaxed=TRUE) if the image file to be loaded is a fax message transmitted in "Standard" (or "Draft") mode with about 200 x 100 resolution. Its use is not recommended for reading fax card image files transmitted in "Fine" mode (about 200 x 200 dpi resolution). RECERR kRecSetMorFaxed(int sid, bool bFaxed);