Table of Contents

Class DocumentDetectorExtensions

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public static class DocumentDetectorExtensions
Inheritance
DocumentDetectorExtensions
Inherited Members

Methods

DetectOnImageAsync(IDocumentDetector, ImageSource, DocumentScannerConfiguration)

Detects a document in an image.

public static Task<DocumentDetectionResult> DetectOnImageAsync(this IDocumentDetector detector, ImageSource image, DocumentScannerConfiguration parameters = null)

Parameters

detector IDocumentDetector

IDocumentDetector object. It is a static instance property, invoked by the detector object.

image ImageSource

Image.

parameters DocumentScannerConfiguration

Returns

Task<DocumentDetectionResult>

The result of the document detection.