Include
#include "ltocr.h"
Syntax
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_GetAreaOptions(page, options)
L_OcrPage page; | /* handle to the OCR page */ |
L_OcrPageAreaOptions* options; | /* area of interest options */ |
Summary
Gets the area of interest options of the page.
Parameters
Parameter | Description |
---|---|
page | Handle to the OCR page. |
options | Pointer to the L_OcrPageAreaOptions structure that represents the area of interest options to be obtained. |
Returns
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Remarks
To change the current options, change the values in the structure pointed to by options and pass a pointer to the updated structure to L_OcrPage_SetAreaOptions.
Required DLLs and Libraries
LTOCR
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Functions: | L_OcrPage_SetAreaOptions |
Topics: | Programming with LEADTOOLS OCR Advantage |
Recognizing OCR Pages | |
Working With OCR Pages |