Interface ITextResult
Result of text layout: words, lines, and paragraphs structured from OCR.
Namespace: Zaya.Primitives.OCR
Assembly: Zaya.Primitives.dll
Syntax
public interface ITextResult
Properties
| Edit this page View SourceFullText
Full text of all paragraphs, separated by empty lines.
Declaration
string FullText { get; }
Property Value
| Type | Description |
|---|---|
| string |
Paragraphs
Emitted / stable paragraphs (alias of the primary show list).
Declaration
IReadOnlyList<ITextParagraph> Paragraphs { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ITextParagraph> |