DefaultHealthInsuranceCardScanner

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun clear()

Clears the result accumulation cache (for live detection)

Link copied to clipboard

Returns a copy of the current configuration.

Link copied to clipboard

Detect and extract data from EHIC in an image given as Bitmap.

Link copied to clipboard

Detect and extract data from EHIC in an JPEG image given as an byte array.

Link copied to clipboard
open override fun recognizeNv21(image: ByteArray, width: Int, height: Int, orientation: Int): EuropeanHealthInsuranceCardRecognitionResult?

Detect and extract data from EHIC in an N21 format image given as an byte array.

Link copied to clipboard
open override fun recognizeNv21WithFinderOverlay(image: ByteArray, width: Int, height: Int, orientation: Int, finderRect: Rect): EuropeanHealthInsuranceCardRecognitionResult?

Detect and extract data from EHIC in an N21 format image given as an byte array in specified finder overlay rect

Link copied to clipboard

Sets the configuration for the EHIC scanner.