Table of Contents

Class OcrResult

Namespace
IO.Scanbot.Sdk.Ocr.Process
Assembly
DocumentSDK.NET.Droid.dll
public sealed class OcrResult : Object
Inheritance
OcrResult

Constructors

OcrResult()

public OcrResult()

OcrResult(Document, File, IList<Page>)

public OcrResult(Document sandwichedPdfDocument, File sandwichedPdfDocumentFile, IList<Page> ocrPages)

Parameters

sandwichedPdfDocument Document
sandwichedPdfDocumentFile File
ocrPages IList<Page>

Properties

OcrPages

public IList OcrPages { get; set; }

Property Value

IList

RecognizedText

public string RecognizedText { get; }

Property Value

string

SandwichedPdfDocument

public Document SandwichedPdfDocument { get; set; }

Property Value

Document

SandwichedPdfDocumentFile

public File SandwichedPdfDocumentFile { get; set; }

Property Value

File

Methods

Component1()

public Document Component1()

Returns

Document

Component2()

public File Component2()

Returns

File

Component3()

public IList<Page> Component3()

Returns

IList<Page>

Copy(Document, File, IList<Page>)

public OcrResult Copy(Document sandwichedPdfDocument, File sandwichedPdfDocumentFile, IList<Page> ocrPages)

Parameters

sandwichedPdfDocument Document
sandwichedPdfDocumentFile File
ocrPages IList<Page>

Returns

OcrResult