Interface DocumentQualityAnalyzerResult

interface DocumentQualityAnalyzerResult {
    quality: DocumentQuality;
}

Properties

Properties

Result of document quality analysis. It is used to determine if the document is good enough to be used for OCR processing.

Generated using TypeDoc