Remove zone at the specified index.
#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_RemoveZoneAt(page, index)
Handle to the OCR page.
Zone index to remove.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Remove zone at the specified index.
For an example, refer to L_OcrPage_HitTestZone