recognize Nv21
abstract 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.
Return
Recognizer result. Null if recognition failed or validation is unsuccessful.
Parameters
image
An N21 format image containing an EHIC on a clean background.
width
Image width.
height
Image height.
orientation
Image orientation in degrees.