Table of Contents

Class JniTldrOcrEngine

Namespace
IO.Scanbot.Ocr
Assembly
DocumentSDK.NET.Droid.dll
public sealed class JniTldrOcrEngine : SelfDisposable
Inheritance
JniTldrOcrEngine
Inherited Members

Constructors

JniTldrOcrEngine()

public JniTldrOcrEngine()

Methods

Ctor()

public override long Ctor()

Returns

long

Dtor(long)

public override void Dtor(long nativeImplPtr)

Parameters

nativeImplPtr long

Recognize(byte[], int, int, int)

public Page Recognize(byte[] nv21, int width, int height, int orientation)

Parameters

nv21 byte[]
width int
height int
orientation int

Returns

Page

RecognizeFromBgr(byte[], int, int, int)

public Page RecognizeFromBgr(byte[] bgr, int width, int height, int orientation)

Parameters

bgr byte[]
width int
height int
orientation int

Returns

Page

RecognizeFromBitmap(Bitmap, int)

public Page RecognizeFromBitmap(Bitmap bitmap, int orientation)

Parameters

bitmap Bitmap
orientation int

Returns

Page

RecognizeFromJpeg(byte[], int)

public Page RecognizeFromJpeg(byte[] jpeg, int orientation)

Parameters

jpeg byte[]
orientation int

Returns

Page

RecognizeFromJpegInArea(byte[], int, Rect)

public Page RecognizeFromJpegInArea(byte[] jpeg, int orientation, Rect areaRect)

Parameters

jpeg byte[]
orientation int
areaRect Rect

Returns

Page

RecognizeFromNv21InArea(byte[], int, int, int, Rect)

public Page RecognizeFromNv21InArea(byte[] nv21, int width, int height, int orientation, Rect areaRect)

Parameters

nv21 byte[]
width int
height int
orientation int
areaRect Rect

Returns

Page