public class StubPayFormScanner implements PayFormScanner
Stub for pey forms detection and recognition
public StubPayFormScanner(@Nullable
io.scanbot.sap.SapManager sapManager)
Stub for pey forms detection and recognition
@Nullable
public io.scanbot.sdk.core.payformscanner.model.PayFormRecognitionResult recognizeForm(@NotNull
kotlin.Array[] nv21,
int width,
int height,
int orientation)
Performs pay form recognition on the NV21 format image
nv21 - width - height - orientation - @Nullable
public io.scanbot.sdk.core.payformscanner.model.PayFormRecognitionResult recognizeFormBGR(@NotNull
kotlin.Array[] bgr,
int width,
int height,
int orientation)
Performs pay form recognition on the BGR format image
bgr - width - height - orientation - @Nullable
public io.scanbot.sdk.core.payformscanner.model.PayFormRecognitionResult recognizeFormJPEG(@NotNull
kotlin.Array[] jpeg,
int width,
int height,
int orientation)
Performs pay form recognition on the JPEG format image
jpeg - width - height - orientation - @Nullable
public io.scanbot.sdk.core.payformscanner.DetectionResult preVerifyForm(@NotNull
kotlin.Array[] image,
int previewWidth,
int previewHeight,
int orientation)
Performs pay form preverifying on the NV21 format image
previewWidth - previewHeight - orientation - @Nullable
public io.scanbot.sdk.core.payformscanner.DetectionResult preVerifyFormBGR(@NotNull
kotlin.Array[] image,
int previewWidth,
int previewHeight,
int orientation)
Performs pay form preverifying on the BGR format image
previewWidth - previewHeight - orientation -