- recognizeCheque(nv21, width, height, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
-
Performs cheque data recognition on the NV21 format image
- recognizeCheque(nv21, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
-
Performs cheque data recognition on the NV21 format image
- recognizeCheque(nv21, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
-
Performs cheque data recognition on the NV21 format image
- recognizeChequeBGR(bgr, width, height, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
-
Performs cheque data recognition on the BGR format image
- recognizeChequeBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
-
Performs cheque data recognition on the BGR format image
- recognizeChequeBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
-
Performs cheque data recognition on the BGR format image
- recognizeChequeBitmap(image, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
-
Performs cheque data recognition on the Bitmap
- recognizeChequeBitmap(image, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
-
Performs cheque data recognition on the Bitmap
- recognizeChequeBitmap(image, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
-
Performs cheque data recognition on the Bitmap
- recognizeChequeJPEG(image, width, height, orientation) - Method in interface io.scanbot.sdk.chequescanner.ChequeScanner
-
Performs cheque data recognition on the JPEG image
- recognizeChequeJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.DefaultChequeScanner
-
Performs cheque data recognition on the JPEG image
- recognizeChequeJPEG(image, width, height, orientation) - Method in class io.scanbot.sdk.chequescanner.StubChequeScanner
-
Performs cheque data recognition on the JPEG image
- removeResultHandler(handler) - Method in class io.scanbot.sdk.chequescanner.ChequeScannerFrameHandler
-
Unregisters handler.