Interface for COcrZonalParams wrapper.
More...
Go to the source code of this file.
Interface for COcrZonalParams wrapper.
◆ COcrZonalParams_Create()
Creates a new instance of COcrZonalParams object and initializes the data object with default values.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ COcrZonalParams_Destroy()
| void COcrZonalParams_Destroy |
( |
COcrZonalParams |
argCOcrZonalParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a COcrZonalParams handle.
- Parameters
-
| argCOcrZonalParams | COcrZonalParams handle to destroy |
| pargException | Pointer 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
-
| argCOcrZonalParams | COcrZonalParams handle |
| pargException | Pointer 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
-
| argCOcrZonalParams | COcrZonalParams handle |
| argZonalSettings | Settings for ocr zonal settings |
| pargException | Pointer to exception structure that will be filled if an exception occurs |