#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_AddZone(page, ocrZone)
Adds L_OcrZone at the end of the internal zones list of the page.
Handle to the OCR page.
Pointer to L_OcrZone structure to be added into the page zones list.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Adds L_OcrZone at the end of the internal zones list of the page.
Required DLLs and Libraries
For an example, refer to L_OcrZoneManager_GetOMROptions