iDRS™ SDK 16
Loading...
Searching...
No Matches
COcrZonalParams_interface.h File Reference

Interface for COcrZonalParams wrapper. More...

Go to the source code of this file.

Functions

COcrZonalParams COcrZonalParams_Create (idrs_exception *pargException)
 Creates a new instance of COcrZonalParams object and initializes the data object with default values.
 
COcrZonalSettingsArray COcrZonalParams_GetZonalSettings (const COcrZonalParams argCOcrZonalParams, idrs_exception *pargException)
 GetZonalSettings retrieves an array of objects which contains the settings to be used during the OCR process. See.
 
void COcrZonalParams_SetZonalSettings (COcrZonalParams argCOcrZonalParams, const COcrZonalSettingsArray argZonalSettings, idrs_exception *pargException)
 SetZonalSettings sets the settings for the zones.
 
void COcrZonalParams_Destroy (COcrZonalParams argCOcrZonalParams, idrs_exception *pargException)
 Destroys a COcrZonalParams handle.
 

Detailed Description

Interface for COcrZonalParams wrapper.

Function Documentation

◆ COcrZonalParams_Create()

COcrZonalParams COcrZonalParams_Create ( idrs_exception *  pargException)

Creates a new instance of COcrZonalParams object and initializes the data object with default values.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Remarks
Instances created by this method can also be provided to COcrParams methods

◆ COcrZonalParams_Destroy()

void COcrZonalParams_Destroy ( COcrZonalParams  argCOcrZonalParams,
idrs_exception *  pargException 
)

Destroys a COcrZonalParams handle.

Parameters
argCOcrZonalParamsCOcrZonalParams handle to destroy
pargExceptionPointer to exception structure that will be filled if an exception occurs

◆ COcrZonalParams_GetZonalSettings()

COcrZonalSettingsArray COcrZonalParams_GetZonalSettings ( const COcrZonalParams  argCOcrZonalParams,
idrs_exception *  pargException 
)

GetZonalSettings retrieves an array of objects which contains the settings to be used during the OCR process. See.

See also
COcrZonalSettings
Returns
Array of
See also
COcrZonalSettings objects
Parameters
argCOcrZonalParamsCOcrZonalParams handle
pargExceptionPointer to exception structure that will be filled if an exception occurs

◆ COcrZonalParams_SetZonalSettings()

void COcrZonalParams_SetZonalSettings ( COcrZonalParams  argCOcrZonalParams,
const COcrZonalSettingsArray  argZonalSettings,
idrs_exception *  pargException 
)

SetZonalSettings sets the settings for the zones.

Parameters
argCOcrZonalParamsCOcrZonalParams handle
argZonalSettingsSettings for ocr zonal settings
pargExceptionPointer to exception structure that will be filled if an exception occurs