Table of Contents

Class ScanbotOcrEngine.EngineInput

Namespace
IO.Scanbot.Sdk.Ocr
Assembly
DocumentSDK.NET.Droid.dll
public abstract class ScanbotOcrEngine.EngineInput : Object
Inheritance
ScanbotOcrEngine.EngineInput
Derived

Constructors

EngineInput()

public EngineInput()

EngineInput(DefaultConstructorMarker)

public EngineInput(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

EngineInput(nint, JniHandleOwnership)

protected EngineInput(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

EngineMode

public abstract IOcrEngine.EngineMode EngineMode { get; }

Property Value

IOcrEngine.EngineMode

OutputFile

public abstract File OutputFile { get; }

Property Value

File

PdfConfig

public abstract PdfConfiguration PdfConfig { get; }

Property Value

PdfConfiguration

Size

public abstract int Size { get; }

Property Value

int

SourceOcrPages

public abstract IList<Page> SourceOcrPages { get; }

Property Value

IList<Page>