TextLine class

A fragment of recognized text, with additional information about characters.

final class TextLine {
   public final String Text;
   public final Point[] Quadrangle;
   public final CharInfo[] CharInfo;
}

Properties

Name Type Description
CharInfo CharInfo[]

Additional information about the characters.

 Important! This property is reserved for future use.

Quadrangle Point[]

The four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left.

 Note: Before recognition, the service rotates the image obtained from camera in order to bring text orientation to normal (horizontal). The vertex coordinates are specified for this rotated image and may require coordinate conversion if you display the quadrangle on the video frame.

Text String The recognized text.

02.03.2022 12:59:15

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.