Table of Contents

Interface ICheckDetector

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

Methods

DetectCheckFromImage(PlatformImage, List<CheckStandard>)

Detects a check document from the provided image source.

Task<CheckRecognizerResult> DetectCheckFromImage(PlatformImage image, List<CheckStandard> acceptedCheckStandards)

Parameters

image PlatformImage
acceptedCheckStandards List<CheckStandard>

Accepted checks.

Returns

Task<CheckRecognizerResult>