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
IDocumentDetectorIDocumentDetector object. It is a static instance property, invoked by the detector object.
image
ImageSourceImage.
parameters
DocumentScannerConfiguration
Returns
- Task<DocumentDetectionResult>
The result of the document detection.