public TextOrientationScanner
Performs detection and recognition of TextOrientation
@NotNull
io.scanbot.textorientation.model.TextOrientation recognizeJPEG(@NotNull
kotlin.Array[] jpeg,
int width,
int height,
float requestedConfidence)
Performs TextOrientation recognition on the JPEG format image
jpeg - width - height - requestedConfidence - @NotNull
io.scanbot.textorientation.model.TextOrientation recognizeBitmap(@NotNull
android.graphics.Bitmap bitmap,
float requestedConfidence)
Performs TextOrientation recognition on the Bitmap
bitmap - requestedConfidence -