LinesResult

LinesResult class

The results of the image recognition.
Contains elements with recognition information and methods for result export (one line).

The LinesResult type exposes the following members:

Properties

NameDescription
text_in_lineRecognized text from row.
lineRow coordinates. (Rectangles).
confidenceThe confidence score assigned to the recognized text line, represented as a floating-point value between 0.0 and 1.0.
fontDetected font information for the recognized text line. Filled only when RecognitionSettings.detect_fonts is enabled(set True).
region_typeDetected layout region type and bounds for the recognized text line.

See Also