Table of Contents

Interface IOcrEngine

Namespace
IO.Scanbot.Sdk.Ocr
Assembly
DocumentSDK.NET.Droid.dll
public interface IOcrEngine : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Properties

InstalledLanguages

ICollection<Language> InstalledLanguages { get; }

Property Value

ICollection<Language>

LanguageDataPath

File LanguageDataPath { get; }

Property Value

File

Methods

RecognizeFromBitmap(Bitmap)

OcrResult RecognizeFromBitmap(Bitmap bitmap)

Parameters

bitmap Bitmap

Returns

OcrResult

RecognizeFromDocument(Document)

OcrResult RecognizeFromDocument(Document document)

Parameters

document Document

Returns

OcrResult

RecognizeFromPages(IList<Page>)

[Obsolete("deprecated")]
OcrResult RecognizeFromPages(IList<Page> pages)

Parameters

pages IList<Page>

Returns

OcrResult

RecognizeFromUris(IList<Uri>, bool)

OcrResult RecognizeFromUris(IList<Uri> imageFileUris, bool sourceFilesEncrypted)

Parameters

imageFileUris IList<Uri>
sourceFilesEncrypted bool

Returns

OcrResult

SetOcrConfig(OcrConfig)

void SetOcrConfig(IOcrEngine.OcrConfig ocrConfig)

Parameters

ocrConfig IOcrEngine.OcrConfig