L_OcrPage_SetAreaOptions

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Advantage OCR C API Help