iDRS™ SDK 16
Loading...
Searching...
No Matches
StructDefinitions_interface.h
Go to the documentation of this file.
1
7#ifndef STRUCTDEFINITIONS_INTERFACE_H
8
9#define STRUCTDEFINITIONS_INTERFACE_H
10
11#include "idrsstd_interface.h"
12#include "Language_interface.h"
13
14#include "idrs_common.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
33
47
64
68typedef struct {
69
74
75} SkewInfo;
76
89
107
135
168
185
186#ifdef __cplusplus
187}
188#endif /* __cplusplus */
189
190#endif /* STRUCTDEFINITIONS_INTERFACE_H */
Interface for Language wrapper.
Language
The Language data type defines a language identifier.
Definition Language_interface.h:25
Interface for idrsstd wrapper.
int IDRS_INT
A signed integer.
Definition idrsstd_interface.h:25
unsigned int IDRS_UINT
An unsigned integer.
Definition idrsstd_interface.h:27
Structure that manages advanced barcode recognition parameters.
Definition StructDefinitions_interface.h:99
IDRS_UINT uiMinLength
The minimum barcode length (number of symbols), 0 for automatic.
Definition StructDefinitions_interface.h:102
IDRS_UINT uiMaxLength
The maximum barcode length (number of symbols), 0 for automatic.
Definition StructDefinitions_interface.h:104
Structure defines the coordinates of a point in iDRS.
Definition idrsstd_interface.h:74
Structure containing the language candidates that are found during page analysis.
Definition StructDefinitions_interface.h:80
enum Language evLanguage
Language candidate.
Definition StructDefinitions_interface.h:83
IDRS_UINT uiConfidenceLevel
Definition StructDefinitions_interface.h:86
Structure containing the margins for a page element.
Definition StructDefinitions_interface.h:35
IDRS_INT iMarginBottom
Bottom margin.
Definition StructDefinitions_interface.h:44
IDRS_INT iMarginLeft
Left margin.
Definition StructDefinitions_interface.h:38
IDRS_INT iMarginTop
Top margin.
Definition StructDefinitions_interface.h:40
IDRS_INT iMarginRight
Right margin.
Definition StructDefinitions_interface.h:42
Defines how many threads OCR operations should use for processing.
Definition StructDefinitions_interface.h:139
IDRS_UINT uiImageOperationThreads
Number of threads used by image operations.
Definition StructDefinitions_interface.h:149
IDRS_UINT uiOcrThreads
Number of threads used by the OCR algorithms.
Definition StructDefinitions_interface.h:165
IDRS_UINT uiSegmentationThreads
Number of threads used by the segmentation algorithm.
Definition StructDefinitions_interface.h:158
Defines how many threads output operations should use for processing.
Definition StructDefinitions_interface.h:172
IDRS_UINT uiImageOperationThreads
Number of threads used by image operations.
Definition StructDefinitions_interface.h:182
Structure containing the padding information for a page.
Definition StructDefinitions_interface.h:21
IDRS_INT iBottom
Padding bottom.
Definition StructDefinitions_interface.h:30
IDRS_INT iLeft
Padding left.
Definition StructDefinitions_interface.h:24
IDRS_INT iTop
Padding top.
Definition StructDefinitions_interface.h:26
IDRS_INT iRight
Padding right.
Definition StructDefinitions_interface.h:28
Internal structure defining threading configuration parameters.
Definition StructDefinitions_interface.h:113
IDRS_UINT uiImageOperationThreads
Number of threads used by image operations.
Definition StructDefinitions_interface.h:123
IDRS_UINT uiAnalysisThreads
Number of threads used by the language/orientation detection algorithm.
Definition StructDefinitions_interface.h:132
The PerspectiveCorners structure contains the four corners of a quadrilateral that represent the area...
Definition StructDefinitions_interface.h:52
IDRS_POINT stBottomLeft
The bottom-left corner.
Definition StructDefinitions_interface.h:61
IDRS_POINT stBottomRight
The bottom-right corner.
Definition StructDefinitions_interface.h:59
IDRS_POINT stTopRight
The top-right corner.
Definition StructDefinitions_interface.h:57
IDRS_POINT stTopLeft
The top-left corner.
Definition StructDefinitions_interface.h:55
Fine representation of a skew angle.
Definition StructDefinitions_interface.h:68
IDRS_INT X
X-axis component.
Definition StructDefinitions_interface.h:71
IDRS_INT Y
Y-axis component.
Definition StructDefinitions_interface.h:73