DocumentQualityAnalyzer

Analyzes text legibility on the images.

Inheritors

Functions

Link copied to clipboard
abstract fun analyze(nv21: ByteArray, width: Int, height: Int, orientation: Int): DocumentQualityAnalyzerResult?

Run text legibility analyses on given nv21 image.

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
abstract fun analyzeOnBitmap(bitmap: Bitmap, orientation: Int): DocumentQualityAnalyzerResult?

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.