public class ChequeRecognizer
public ChequeRecognizer(@NotNull
java.lang.String modelFilePath)
@Nullable public Result recognizeCheque(@NotNull kotlin.Array[] nv21, int width, int height, int orientation)
@Nullable public Result recognizeChequeBGR(@NotNull kotlin.Array[] bgr, int width, int height, int orientation)
@Nullable public Result recognizeChequeJPEG(@NotNull kotlin.Array[] bgr, int width, int height, int orientation)
@Nullable public Result recognizeChequeBitmap(@NotNull android.graphics.Bitmap image, int orientation)
protected void finalize()