Table of Contents

Class OcrResult

Namespace
ScanbotSDK.MAUI.Common
Assembly
DocumentSDK.MAUI.dll

Represents the result of running OCR on a set of images.

public sealed class OcrResult
Inheritance
OcrResult
Inherited Members

Properties

Pages

The OCR result of each page.

public IEnumerable<OcrPage> Pages { get; set; }

Property Value

IEnumerable<OcrPage>

Text

The concatenated text of all pages.

public string Text { get; }

Property Value

string