mindee-api-dotnet

Line Class

Namespace: Mindee.Parsing.Custom.LineItem
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Define a line.

public class Line

Inheritance: object → Line

Constructors

Name Description
Line(int, double, Polygon)  

Properties

Name Description
AnchorBoundingBox The BoundingBox of the anchor, which is used to determine if a word is on this line.
Fields All the fields identify by their name.
HeightTolerance Height tolerance which define a line.
RowNumber Number of the current line.

Methods

Name Description
AddToAnchorBoundingBox(Polygon) Add a polygon to the anchor bounding box.
GetBoundingBox() Get the bounding box of the entire line, encompassing all words.
ToString() The default string representation.
UpdateField(string, ListFieldValue) Add or update the given field to the current line.

Documentation generated by MdDocs