Table of Contents

Class TldrRecognizer

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

Constructors

TldrRecognizer()

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

Methods

Ctor()

[Register("ctor", "()J", "")]
public override long Ctor()

Returns

long

Dtor(long)

[Register("dtor", "(J)V", "")]
public override void Dtor(long nativeImplPtr)

Parameters

nativeImplPtr long

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

[Register("recognize", "([BIII)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage Recognize(byte[] nv21, int width, int height, int orientation)

Parameters

nv21 byte[]
width int
height int
orientation int

Returns

OcrPage

RecognizeBGR(byte[], int, int, int)

[Register("recognizeBGR", "([BIII)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage RecognizeBGR(byte[] bgr, int width, int height, int orientation)

Parameters

bgr byte[]
width int
height int
orientation int

Returns

OcrPage

RecognizeBitmap(Bitmap, int)

[Register("recognizeBitmap", "(Landroid/graphics/Bitmap;I)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage RecognizeBitmap(Bitmap bitmap, int orientation)

Parameters

bitmap Bitmap
orientation int

Returns

OcrPage

RecognizeInAreaJPEG(byte[], int, Rect)

[Register("recognizeInAreaJPEG", "([BILandroid/graphics/Rect;)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage RecognizeInAreaJPEG(byte[] jpeg, int orientation, Rect areaRect)

Parameters

jpeg byte[]
orientation int
areaRect Rect

Returns

OcrPage

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

[Register("recognizeInAreaNV21", "([BIIILandroid/graphics/Rect;)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage RecognizeInAreaNV21(byte[] nv21, int width, int height, int orientation, Rect areaRect)

Parameters

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

Returns

OcrPage

RecognizeJPEG(byte[], int)

[Register("recognizeJPEG", "([BI)Lio/scanbot/ocr/model/OcrPage;", "")]
public OcrPage RecognizeJPEG(byte[] jpeg, int orientation)

Parameters

jpeg byte[]
orientation int

Returns

OcrPage