Table of Contents

Interface IScanbotOcrEngine

Namespace
ScanbotSDK.MAUI.Ocr
Assembly
DocumentSDK.MAUI.dll
public interface IScanbotOcrEngine

Methods

RecognizeOnDocumentAsync(string, OcrConfiguration)

Task<Result<PerformOcrResult>> RecognizeOnDocumentAsync(string documentUuid, OcrConfiguration configuration = null)

Parameters

documentUuid string
configuration OcrConfiguration

Returns

Task<Result<PerformOcrResult>>

RecognizeOnImagesAsync(IEnumerable<ImageSource>, OcrConfiguration)

Task<Result<PerformOcrResult>> RecognizeOnImagesAsync(IEnumerable<ImageSource> images, OcrConfiguration configuration = null)

Parameters

images IEnumerable<ImageSource>
configuration OcrConfiguration

Returns

Task<Result<PerformOcrResult>>

RecognizeOnImagesAsync(IEnumerable<ImageRef>, OcrConfiguration)

Task<Result<PerformOcrResult>> RecognizeOnImagesAsync(IEnumerable<ImageRef> images, OcrConfiguration configuration = null)

Parameters

images IEnumerable<ImageRef>
configuration OcrConfiguration

Returns

Task<Result<PerformOcrResult>>