L_OcrPage_GetZoneCells

Summary

Gets the cells of a zone.

Syntax

#include "ltocr.h"

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

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

See Also

Functions

Topics

Example

For an example, refer to L_OcrPage_SetZoneCells

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.