#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_GetZoneAt(page, index, ocrZone)
Return the zone at the specified index.
Handle to the OCR page.
Zone index.
Address to L_OcrZone structure variable to be updated with the zone at the specified index.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Return the zone at the specified index.
Required DLLs and Libraries
For an example, refer to L_OcrPage_AutoZone