Document Quality Analyzer
Functions
Link copied to clipboard
abstract 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
abstract 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.