Interface IGenericDocumentDetector
- Namespace
- ScanbotSDK.MAUI.GenericDocument
- Assembly
- DocumentSDK.MAUI.dll
public interface IGenericDocumentDetector
Methods
DetectGenericDocumentFromImage(ImageSource, GenericDocumentDetectorConfiguration)
Detects a Generic Document from the provided image source.
Task<GenericDocumentRecognizerResult> DetectGenericDocumentFromImage(ImageSource source, GenericDocumentDetectorConfiguration configuration)
Parameters
source
ImageSourceImageSource object.
configuration
GenericDocumentDetectorConfigurationSet GenericDocumentDetectorConfiguration configuration.