public class DefaultChequeScanner implements ChequeScanner
Performs detection and recognition of the cheque data
public DefaultChequeScanner(@NotNull
io.scanbot.sdk.blob.BlobManager blobManager)
Performs detection and recognition of the cheque data
@Nullable
public io.scanbot.chequescanner.model.Result recognizeCheque(@NotNull
kotlin.Array[] nv21,
int width,
int height,
int orientation)
Performs cheque data recognition on the NV21 format image
nv21 - width - height - orientation - @Nullable
public io.scanbot.chequescanner.model.Result recognizeChequeBGR(@NotNull
kotlin.Array[] bgr,
int width,
int height,
int orientation)
Performs cheque data recognition on the BGR format image
bgr - width - height - orientation - @Nullable
public io.scanbot.chequescanner.model.Result recognizeChequeJPEG(@NotNull
kotlin.Array[] image,
int width,
int height,
int orientation)
Performs cheque data recognition on the JPEG image
image - width - height - orientation - @Nullable
public io.scanbot.chequescanner.model.Result recognizeChequeBitmap(@NotNull
android.graphics.Bitmap image,
int orientation)
Performs cheque data recognition on the Bitmap
image - orientation -