-
- All Implemented Interfaces:
-
io.scanbot.sdk.chequescanner.ChequeScanner
public final class DefaultChequeScanner implements ChequeScanner
Performs detection and recognition of the cheque data
-
-
Constructor Summary
Constructors Constructor Description DefaultChequeScanner(BlobManager blobManager)
-
Method Summary
Modifier and Type Method Description ResultrecognizeCheque(ByteArray nv21, Integer width, Integer height, Integer orientation)Performs cheque data recognition on the NV21 format image ResultrecognizeChequeBGR(ByteArray bgr, Integer width, Integer height, Integer orientation)Performs cheque data recognition on the BGR format image ResultrecognizeChequeJPEG(ByteArray image, Integer width, Integer height, Integer orientation)Performs cheque data recognition on the JPEG image ResultrecognizeChequeBitmap(Bitmap image, Integer orientation)Performs cheque data recognition on the Bitmap -
-
Method Detail
-
recognizeCheque
Result recognizeCheque(ByteArray nv21, Integer width, Integer height, Integer orientation)
Performs cheque data recognition on the NV21 format image
-
recognizeChequeBGR
Result recognizeChequeBGR(ByteArray bgr, Integer width, Integer height, Integer orientation)
Performs cheque data recognition on the BGR format image
-
recognizeChequeJPEG
Result recognizeChequeJPEG(ByteArray image, Integer width, Integer height, Integer orientation)
Performs cheque data recognition on the JPEG image
-
recognizeChequeBitmap
Result recognizeChequeBitmap(Bitmap image, Integer orientation)
Performs cheque data recognition on the Bitmap
-
-
-
-