TextLine

TextLine constructor

Initializes a new instance of a line of text, extracted by OCR engine from an image.

public TextLine(IEnumerable<TextFragment> fragments)
Parameter Type Description
fragments IEnumerable`1 initial set of text fragments

See Also