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

ClassDescription
LinesResult
RecognitionResultThe results of the image recognition. Contains elements with recognition information and methods for result export.
RectangleOutputData about detected text areas or lines.
SkewOutputData about skew angle in degrees and name of the file.