L_OcrPage_Unrecognize

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_Unrecognize(page)

Destroy the recognized data internally stored in this L_OcrPage.

Parameters

L_OcrPage page

Handle to the OCR page.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

The effect of calling the L_OcrPage_Unrecognize method is the same as if the application had not called the L_OcrPage_Recognize.

After L_OcrPage_Unrecognize is called, if you tried and called L_OcrPage_IsRecognized method then it should update its 'value' parameter with L_FALSE.

Required DLLs and Libraries

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help