FormPage.Lines Property

Definition

When 'IncludeFieldElements' is set to true, a list of recognized lines of text. An empty list otherwise. The maximum number of lines returned is 300 per page. The lines are sorted top to bottom, left to right, although in certain cases proximity is treated with higher priority. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order. For calls to recognize content, this list is always populated and the sorting algorithm for the returned lines can be changed with the option ReadingOrder.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormLine> Lines { get; }
member this.Lines : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormLine>
Public ReadOnly Property Lines As IReadOnlyList(Of FormLine)

Property Value

Applies to