Table of Contents

Interface IDocumentDetector

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public interface IDocumentDetector

Methods

DetectDocumentAsync(ImageSource, ResultOptions)

Detects a document in an image.

Task<DocumentDetectionResult> DetectDocumentAsync(ImageSource image, ResultOptions resultOptions = null)

Parameters

image ImageSource

Image.

resultOptions ResultOptions

Result options that specify the storage details of the extracted document image if the detection is successful.

Returns

Task<DocumentDetectionResult>

The result of the document detection.