DefaultMedicalCertificateScanner

Performs detection and scanning of Medical Certificate data

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun scan(nv21: ByteArray, width: Int, height: Int, orientation: Int, parameters: MedicalCertificateScanningParameters): MedicalCertificateScanningResult?

Performs MC page detection and data scanning on the NV21 format image. Input image can contain background elements. Recognition of Patient Information block is disabled. Image extraction is disabled. Barcode scanning is disabled

Link copied to clipboard
open override fun scanFromBgr(bgr: ByteArray, width: Int, height: Int, orientation: Int, parameters: MedicalCertificateScanningParameters): MedicalCertificateScanningResult?

Performs MC page detection and data scanning on the BGR format image. Input image can contain background elements.

Link copied to clipboard

Performs MC data scanning on the Bitmap. Input image can contain background elements.

Link copied to clipboard

Performs MC data scanning on the JPEG image. Input image can contain background elements.

Link copied to clipboard
open override fun scanInArea(nv21: ByteArray, width: Int, height: Int, orientation: Int, parameters: MedicalCertificateScanningParameters, areaRect: Rect): MedicalCertificateScanningResult?

Performs MC page detection and data scanning on the NV21 format image. Input image can contain background elements.