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
ImageSourceImage.
resultOptions
ResultOptionsResult 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.