analyzeQualityOnImage
abstract fun analyzeQualityOnImage(image: ImageRef, configuration: DocumentQualityAnalyzerConfiguration): Result<DocumentQualityAnalyzerResult>
Analyzes the quality of the document on the provided image.
Return
The result containing the quality analysis.
Parameters
image
The image to analyze.
configuration
The configuration for the quality analyzer.