Interface for CPageAnalysisResult wrapper.
More...
Go to the source code of this file.
Interface for CPageAnalysisResult wrapper.
◆ CPageAnalysisResult_ComputeSkewAngle()
| IDRS_DOUBLE CPageAnalysisResult_ComputeSkewAngle |
( |
const SkewInfo * |
stSkewInfo, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Computes the angle in degrees based on a.
- See also
- SkewInfo structure
- Returns
- Angle in degrees
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageAnalysisResult_Create()
Creates a new CPageAnalysisResult object instance.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageAnalysisResult_Destroy()
| void CPageAnalysisResult_Destroy |
( |
CPageAnalysisResult |
argCPageAnalysisResult, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CPageAnalysisResult handle.
- Parameters
-
| argCPageAnalysisResult | CPageAnalysisResult handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageAnalysisResult_GetLanguages()
| LanguageCandidateArray CPageAnalysisResult_GetLanguages |
( |
const CPageAnalysisResult |
argCPageAnalysisResult, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Gets the detected language.
- Returns
- Detected language
- Parameters
-
| argCPageAnalysisResult | CPageAnalysisResult handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageAnalysisResult_GetPageOrientation()
Gets the page orientation.
- Returns
- Page orientation
- Parameters
-
| argCPageAnalysisResult | CPageAnalysisResult handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageAnalysisResult_GetPageOrientationConfidence()
| IDRS_UINT CPageAnalysisResult_GetPageOrientationConfidence |
( |
const CPageAnalysisResult |
argCPageAnalysisResult, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Gets the confidence level for the detected features.
- Returns
- Confidence level
- Parameters
-
| argCPageAnalysisResult | CPageAnalysisResult handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageAnalysisResult_GetSkew()
Gets the page/image skew information.
- Returns
- Skew information
- Parameters
-
| argCPageAnalysisResult | CPageAnalysisResult handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |