#include "ltocr.h"
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_RemoveZone(page, ocrZone)
Remove that zone from the page zones.
Handle to the OCR page.
Pointer to L_OcrZone structure to look for in the page zones and remove it.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Remove that zone from the page zones.
Required DLLs and Libraries
For an example, refer to L_OcrPage_ExtractZoneMICRData