Optional source: DeepPartial<DocumentQualityAnalyzerCompatibilityModeConfiguration>Inspect small text (typically less than 12 pixels height) when analyzing the document quality. If true, processing will be slower, but when the quality issue with a document is the low resolution of the text, then the issue will be caught.
false;
This setting describes how the Document Quality Analyzer in v8 compatibility mode will behave.
Minimum compatibility-mode quality that gets converted to DocumentQualityAssessment.ACCEPTABLE.
Compatibility-mode quality levels equal to or higher than minimumAcceptableQuality result in an ACCEPTABLE quality assessment.
"REASONABLE";
Minimum compatibility-mode quality that gets converted to DocumentQualityAssessment.UNCERTAIN.
Compatibility-mode quality levels between minimumUncertainQuality (inclusive) and minimumAcceptableQuality (exclusive) result in an UNCERTAIN quality assessment.
"POOR";
Readonly modeCompatibility mode to use.
"V8";
Generated using TypeDoc
Configuration for the compatibility mode of the Document Quality Analyzer. In this mode, the analyzer will return results that are identical to older versions of the SDK.