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 |
recognizeMRZWithFinderOverlay(byte[] nv21,
int width,
int height,
int orientation,
android.graphics.Rect finderRect)
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
|
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 - MRZRecognitionResult recognizeMRZWithFinderOverlay(byte[] nv21,
int width,
int height,
int orientation,
android.graphics.Rect finderRect)
nv21 - width - height - orientation - finderRect -