SimpleOCR:SDK Functions – SetOutputMode
void SetOutputMode(int mode)
Selects the output mode for the ocr engine
Return Value
None
Parameters
mode
A value among:
OT_TEXT
The engine will output only the text.
OT_RICHTEXT
The engine will output the text and additional information like characters format, characters size, and font type.
OT_WINDOW
The engine will output only the text directly in a window as it was typed on the keyboard.