Show / Hide Table of Contents

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 Source

FullText

Full text of all paragraphs, separated by empty lines.

Declaration
string FullText { get; }
Property Value
Type Description
string
| Edit this page View Source

Paragraphs

Emitted / stable paragraphs (alias of the primary show list).

Declaration
IReadOnlyList<ITextParagraph> Paragraphs { get; }
Property Value
Type Description
IReadOnlyList<ITextParagraph>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX