recognitionresult
recognitionresult module
The recognitionresult namespace provides the core data structures returned by the OCR engine. Use these classes—RecognitionResult, LinesResult, RectangleOutput, and SkewOutput—to access recognized text, line coordinates, bounding boxes, and image skew details.
Classes
| Class | Description |
|---|---|
| LinesResult | |
| RecognitionResult | The results of the image recognition. Contains elements with recognition information and methods for result export. |
| RectangleOutput | Data about detected text areas or lines. |
| SkewOutput | Data about skew angle in degrees and name of the file. |