L_OcrPage_GetZoneCells

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_GetZoneCells(page, index, cells, count)

Gets the cells of a zone.

Parameters

L_OcrPage page

Handle to the OCR page.

L_INT index

Zone index to remove.

L_OcrZoneCell** cells

Address to L_OcrZoneCell* variable to be allocated and updated with the zone cells.

L_UINT* count

Address to L_UINT variable to be updated with the number of zone cells.

Returns

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

Comments

Gets the cells of a zone. Only zone of type table (L_OcrZoneType_Table) might contains cells.

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