Determine if the L_OcrPage is inverted.
#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_IsInverted(page, value)
Handle to the OCR page.
Address to L_BOOL variable to be updated.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Determine if the L_OcrPage is inverted.
For an example, refer to L_OcrPage_AutoPreprocess