public interface MRZScanner
| Modifier and Type | Method and Description |
|---|---|
MRZRecognitionResult |
recognizeMRZ(byte[] nv21,
int width,
int height,
int orientation)
Performs MRZ data recognition on the NV21 format image
|
MRZRecognitionResult |
recognizeMRZBGR(byte[] bgr,
int width,
int height,
int orientation)
Performs MRZ data recognition on the BGR format image
|
MRZRecognitionResult recognizeMRZ(byte[] nv21,
int width,
int height,
int orientation)
nv21 - width - height - orientation - MRZRecognitionResult recognizeMRZBGR(byte[] bgr,
int width,
int height,
int orientation)
bgr - width - height - orientation -