public MRZScanner
Performs detection and recognition of MRZ data
| Modifier and Type | Method and Description |
|---|---|
io.scanbot.mrzscanner.model.MRZRecognitionResult |
recognizeMRZ()
Performs MRZ data recognition on the NV21 format image
|
io.scanbot.mrzscanner.model.MRZRecognitionResult |
recognizeMRZBGR()
Performs MRZ data recognition on the BGR format image
|
io.scanbot.mrzscanner.model.MRZRecognitionResult |
recognizeMRZBitmap()
Performs MRZ data recognition on the Bitmap
|
io.scanbot.mrzscanner.model.MRZRecognitionResult |
recognizeMRZJPEG()
Performs MRZ data recognition on the JPEG image
|
io.scanbot.mrzscanner.model.MRZRecognitionResult |
recognizeMRZWithFinderOverlay()
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
|
io.scanbot.mrzscanner.model.MRZRecognitionResult recognizeMRZ()
Performs MRZ data recognition on the NV21 format image
io.scanbot.mrzscanner.model.MRZRecognitionResult recognizeMRZBGR()
Performs MRZ data recognition on the BGR format image
io.scanbot.mrzscanner.model.MRZRecognitionResult recognizeMRZJPEG()
Performs MRZ data recognition on the JPEG image
io.scanbot.mrzscanner.model.MRZRecognitionResult recognizeMRZBitmap()
Performs MRZ data recognition on the Bitmap
io.scanbot.mrzscanner.model.MRZRecognitionResult recognizeMRZWithFinderOverlay()
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect