Table of Contents

Class DocumentLine<T>

Namespace
AiDotNet.ComputerVision.OCR.EndToEnd
Assembly
AiDotNet.dll

A line of text in a document.

public class DocumentLine<T>

Type Parameters

T
Inheritance
DocumentLine<T>
Inherited Members

Properties

Text

Full text of this line.

public string Text { get; set; }

Property Value

string

Words

Words/regions in this line.

public List<RecognizedText<T>> Words { get; set; }

Property Value

List<RecognizedText<T>>