Table of Contents

Class ScanbotOcrEngineManager.DocumentInput

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

Constructors

DocumentInput(Document, EngineMode, PdfConfiguration, File, IList<Page>)

[Register(".ctor", "(Lio/scanbot/sdk/docprocessing/Document;Lio/scanbot/sdk/ocr/OcrEngineManager$EngineMode;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/io/File;Ljava/util/List;)V", "")]
public DocumentInput(Document document, IOcrEngineManager.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, IList<Page> sourceOcrPages)

Parameters

document Document
engineMode IOcrEngineManager.EngineMode
pdfConfig PdfConfiguration
outputFile File
sourceOcrPages IList<Page>

Properties

Document

public Document Document { get; }

Property Value

Document

EngineMode

public override IOcrEngineManager.EngineMode EngineMode { get; }

Property Value

IOcrEngineManager.EngineMode

OutputFile

public override File OutputFile { get; }

Property Value

File

PdfConfig

public override PdfConfiguration PdfConfig { get; }

Property Value

PdfConfiguration

Size

public override int Size { get; }

Property Value

int

SourceOcrPages

public override IList<Page> SourceOcrPages { get; }

Property Value

IList<Page>

Methods

Component1()

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

Returns

Document

Component2()

[Register("component2", "()Lio/scanbot/sdk/ocr/OcrEngineManager$EngineMode;", "")]
public IOcrEngineManager.EngineMode Component2()

Returns

IOcrEngineManager.EngineMode

Component3()

[Register("component3", "()Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;", "")]
public PdfConfiguration Component3()

Returns

PdfConfiguration

Component4()

[Register("component4", "()Ljava/io/File;", "")]
public File Component4()

Returns

File

Component5()

[Register("component5", "()Ljava/util/List;", "")]
public IList<Page> Component5()

Returns

IList<Page>

Copy(Document, EngineMode, PdfConfiguration, File, IList<Page>)

[Register("copy", "(Lio/scanbot/sdk/docprocessing/Document;Lio/scanbot/sdk/ocr/OcrEngineManager$EngineMode;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/io/File;Ljava/util/List;)Lio/scanbot/sdk/ocr/ScanbotOcrEngineManager$DocumentInput;", "")]
public ScanbotOcrEngineManager.DocumentInput Copy(Document document, IOcrEngineManager.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, IList<Page> sourceOcrPages)

Parameters

document Document
engineMode IOcrEngineManager.EngineMode
pdfConfig PdfConfiguration
outputFile File
sourceOcrPages IList<Page>

Returns

ScanbotOcrEngineManager.DocumentInput