L_Doc2SetZoneOptions

#include "ltdoc2.h"

L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2SetZoneOptions(hDoc, pZoneOpts)

L_HDOC2 hDoc;

handle to the OCR document

pAUTOZONEOPTS2 pZoneOpts;

pointer to an AUTOZONEOPTS2 structure

Sets Auto zone options for the OCR document engine.

Parameter

Description

hDoc

Handle to the OCR document.

pZoneOpts

Pointer to an AUTOZONEOPTS2 structure, which contains options that will be used in L_Doc2FindZones function.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This function will set options for automatically find zones.

Call the L_Doc2FindZones function after setting the auto zones.

To get the current auto zone options, call the L_Doc2GetZoneOptions function.

Required DLLs and Libraries

LTDOC2

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 Professional OCR C API Help