#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_FreeWords(words)
Free the words data you got after calling L_OcrPage_GetZoneWords.
Pointer to L_OcrWords to free.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Free the words data you got after calling L_OcrPage_GetZoneWords.
Required DLLs and Libraries
For an example, refer to L_OcrPage_GetRecognizedCharacters