Include
#include "ltocr.h"
Syntax
L_LTOCR_API L_INT EXT_FUNCTION L_OcrPage_SetAreaOptions(page, options)
L_OcrPage page; | /* handle to the OCR page */ |
const L_OcrPageAreaOptions* options; | /* area of interest options */ |
Summary
Sets 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 used for the page. |
Returns
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Remarks
To obtain the current area of interest options used by the page, call L_OcrPage_GetAreaOptions.
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_GetAreaOptions |
Topics: | Programming with LEADTOOLS OCR Advantage |
Recognizing OCR Pages | |
Working With OCR Pages |