Table of Contents

Interface ICheckDetector

Namespace
ScanbotSDK.MAUI.Check
Assembly
DocumentSDK.MAUI.dll
public interface ICheckDetector

Methods

DetectCheckFromImage(ImageSource, List<CheckStandard>)

Detects a check document from the provided image source.

Task<CheckRecognizerResult> DetectCheckFromImage(ImageSource source, List<CheckStandard> acceptedCheckStandards)

Parameters

source ImageSource

ImageSource object.

acceptedCheckStandards List<CheckStandard>

Accepted checks.

Returns

Task<CheckRecognizerResult>