- recognizeMRZ(nv21, width, height, orientation) - Method in class io.scanbot.sdk.mrzscanner.DefaultMRZScanner
-
Performs MRZ data recognition on the NV21 format image
- recognizeMRZ(nv21, width, height, orientation) - Method in interface io.scanbot.sdk.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the NV21 format image
- recognizeMRZ(nv21, width, height, orientation) - Method in class io.scanbot.sdk.mrzscanner.StubMRZScanner
-
Performs MRZ data recognition on the NV21 format image
- recognizeMRZBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.mrzscanner.DefaultMRZScanner
-
Performs MRZ data recognition on the BGR format image
- recognizeMRZBGR(bgr, width, height, orientation) - Method in interface io.scanbot.sdk.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the BGR format image
- recognizeMRZBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.mrzscanner.StubMRZScanner
-
Performs MRZ data recognition on the BGR format image
- recognizeMRZBitmap(bitmap, orientation) - Method in class io.scanbot.sdk.mrzscanner.DefaultMRZScanner
-
Performs MRZ data recognition on the Bitmap
- recognizeMRZBitmap(bitmap, orientation) - Method in interface io.scanbot.sdk.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the Bitmap
- recognizeMRZBitmap(bitmap, orientation) - Method in class io.scanbot.sdk.mrzscanner.StubMRZScanner
-
Performs MRZ data recognition on the Bitmap
- recognizeMRZJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.mrzscanner.DefaultMRZScanner
-
Performs MRZ data recognition on the JPEG image
- recognizeMRZJPEG(image, width, height, orientation) - Method in interface io.scanbot.sdk.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the JPEG image
- recognizeMRZJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.mrzscanner.StubMRZScanner
-
Performs MRZ data recognition on the JPEG image
- recognizeMRZJPEGWithFinderOverlay(image, width, height, orientation, finderRect, detectMRZ) - Method in class io.scanbot.sdk.mrzscanner.DefaultMRZScanner
-
Performs MRZ data recognition on the JPEG image in specified finder overlay rect
- recognizeMRZJPEGWithFinderOverlay(image, width, height, orientation, finderRect, detectMRZ) - Method in interface io.scanbot.sdk.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the JPEG image in specified finder overlay rect
- recognizeMRZJPEGWithFinderOverlay(image, width, height, orientation, finderRect, detectMRZ) - Method in class io.scanbot.sdk.mrzscanner.StubMRZScanner
-
Performs MRZ data recognition on the JPEG image in specified finder overlay rect
- recognizeMRZWithFinderOverlay(nv21, width, height, orientation, finderRect, detectMRZ) - Method in class io.scanbot.sdk.mrzscanner.DefaultMRZScanner
-
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
- recognizeMRZWithFinderOverlay(nv21, width, height, orientation, finderRect, detectMRZ) - Method in interface io.scanbot.sdk.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
- recognizeMRZWithFinderOverlay(nv21, width, height, orientation, finderRect, detectMRZ) - Method in class io.scanbot.sdk.mrzscanner.StubMRZScanner
-
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
- removeResultHandler(handler) - Method in class io.scanbot.sdk.mrzscanner.MRZScannerFrameHandler
-
Unregisters handler.