Table of Contents

Class OcrPage

Namespace
ScanbotSDK.MAUI.Ocr
Assembly
DocumentSDK.MAUI.dll
public sealed class OcrPage
Inheritance
OcrPage
Inherited Members

Constructors

OcrPage()

public OcrPage()

Properties

Lines

public IEnumerable<OcrResultBlock> Lines { get; set; }

Property Value

IEnumerable<OcrResultBlock>

Paragraphs

public IEnumerable<OcrResultBlock> Paragraphs { get; set; }

Property Value

IEnumerable<OcrResultBlock>

Text

public string Text { get; set; }

Property Value

string

Words

public IEnumerable<OcrResultBlock> Words { get; set; }

Property Value

IEnumerable<OcrResultBlock>