Table of Contents

Interface IGenericDocumentDetector

Namespace
ScanbotSDK.MAUI.GenericDocument
Assembly
DocumentSDK.MAUI.dll
public interface IGenericDocumentDetector

Methods

DetectGenericDocumentFromImage(PlatformImage, GenericDocumentDetectorConfiguration)

Detects a Generic Document from the provided image source.

Task<GenericDocumentRecognizerResult> DetectGenericDocumentFromImage(PlatformImage image, GenericDocumentDetectorConfiguration configuration)

Parameters

image PlatformImage
configuration GenericDocumentDetectorConfiguration

Set GenericDocumentDetectorConfiguration configuration.

Returns

Task<GenericDocumentRecognizerResult>