Table of Contents

Class OcrResult

Namespace
IO.Scanbot.Sdk.Ocr.Process
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ocr/process/OcrResult", DoNotGenerateAcw = true)]
public sealed class OcrResult : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
OcrResult
Implements
Inherited Members

Constructors

OcrResult()

[Register(".ctor", "()V", "")]
public OcrResult()

OcrResult(Document, File, IList<OcrPage>)

[Register(".ctor", "(Lio/scanbot/sdk/entity/Document;Ljava/io/File;Ljava/util/List;)V", "")]
public OcrResult(Document sandwichedPdfDocument, File sandwichedPdfDocumentFile, IList<OcrPage> ocrPages)

Parameters

sandwichedPdfDocument Document
sandwichedPdfDocumentFile File
ocrPages IList<OcrPage>

Properties

OcrPages

[Register("ocrPages")]
public IList OcrPages { get; set; }

Property Value

IList

RecognizedText

public string RecognizedText { get; }

Property Value

string

SandwichedPdfDocument

[Register("sandwichedPdfDocument")]
public Document SandwichedPdfDocument { get; set; }

Property Value

Document

SandwichedPdfDocumentFile

[Register("sandwichedPdfDocumentFile")]
public File SandwichedPdfDocumentFile { get; set; }

Property Value

File

Methods

Component1()

[Register("component1", "()Lio/scanbot/sdk/entity/Document;", "")]
public Document Component1()

Returns

Document

Component2()

[Register("component2", "()Ljava/io/File;", "")]
public File Component2()

Returns

File

Component3()

[Register("component3", "()Ljava/util/List;", "")]
public IList<OcrPage> Component3()

Returns

IList<OcrPage>

Copy(Document, File, IList<OcrPage>)

[Register("copy", "(Lio/scanbot/sdk/entity/Document;Ljava/io/File;Ljava/util/List;)Lio/scanbot/sdk/ocr/process/OcrResult;", "")]
public OcrResult Copy(Document sandwichedPdfDocument, File sandwichedPdfDocumentFile, IList<OcrPage> ocrPages)

Parameters

sandwichedPdfDocument Document
sandwichedPdfDocumentFile File
ocrPages IList<OcrPage>

Returns

OcrResult