TextLine class
A line of recognized text; the location and additional information are also available.
class TextLine
Properties
| Name | Type | Description | 
|---|---|---|
| Text | string | The text of the field. | 
| Quadrangle | List<Point> | The four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. | 
| BoundingRect | Rectangle | Rectangle, containing recognized text line. Rectangle is defined by width, height and upper-left corner. | 
| CharsInfo | List<CharInfo> | Extended characters' information as an array of CharInfo objects. | 
02.03.2022 12:59:15