createDocumentQualityAnalyzer

fun createDocumentQualityAnalyzer(configuration: DocumentQualityAnalyzerConfiguration = DocumentQualityAnalyzerConfiguration.default()): Result<DocumentQualityAnalyzer>

Provides DocumentQualityAnalyzer.

Return

a Result.Success containing a new instance of DocumentQualityAnalyzer or a Result.*Error if something went wrong.

Parameters

configuration

configuration for the document quality analyzer. If not provided, default configuration will be used.