#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_GetZoneCells(page, index, cells, count)
Gets the cells of a zone.
Handle to the OCR page.
Zone index to remove.
Address to L_OcrZoneCell* variable to be allocated and updated with the zone cells.
Address to L_UINT variable to be updated with the number of zone cells.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Gets the cells of a zone. Only zone of type table (L_OcrZoneType_Table) might contains cells.
Required DLLs and Libraries
For an example, refer to L_OcrPage_SetZoneCells