public class StubTextOrientationScanner implements TextOrientationScanner
Stub for TextOrientationScanner
public StubTextOrientationScanner(@Nullable
io.scanbot.sap.SapManager sapManager)
Stub for TextOrientationScanner
@NotNull
public io.scanbot.textorientation.model.TextOrientation recognizeBitmap(@NotNull
android.graphics.Bitmap bitmap,
float requestedConfidence)
Performs TextOrientation recognition on the Bitmap
bitmap - requestedConfidence - @NotNull
public 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 -