Default Document Quality Analyzer
Default implementation for DocumentQualityAnalyzer
Functions
Link copied to clipboard
open override fun analyzeOnBgr(bgr: ByteArray, width: Int, height: Int, orientation: Int): DocumentQualityAnalyzerResult?
Run text legibility analyses on given byte-array-encoded image.
Link copied to clipboard
Run text legibility analyses on given Bitmap image.
Link copied to clipboard
open override fun analyzeOnJpeg(jpeg: ByteArray, width: Int, height: Int, orientation: Int): DocumentQualityAnalyzerResult?
Run text legibility analyses on given jpeg-encoded byte array image.
Link copied to clipboard
Set the configuration for the document quality analyzer.