Class DocumentQualityAnalyzerConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
- Inheritance
-
Document
Quality Analyzer Configuration
- 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.
Property Value
- int?
MinimumNumberOfSymbols
The minimum number of recognized symbols to be recognized before calculating the document quality.
Defaults to 20.
Property Value
- int?