Table of Contents

Class DocumentQualityAnalyzerConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class DocumentQualityAnalyzerConfiguration
Inheritance
DocumentQualityAnalyzerConfiguration
Inherited Members

Properties

ImageSizeLimit

The size the input image is scaled down to in pixels in each dimension before analyzing it. Bigger values may improve the accuracy, smaller values increase the performance. Setting it to 0 disables image scaling.

Defaults to 2500 pixels.

public int? ImageSizeLimit { get; set; }

Property Value

int?

MinimumNumberOfSymbols

The minimum number of recognized symbols to be recognized before calculating the document quality.

Defaults to 20.

public int? MinimumNumberOfSymbols { get; set; }

Property Value

int?