public DefaultDCScanner(@NotNull
io.scanbot.sdk.blob.BlobManager blobManager)
Performs detection and recognition of DC data
@Nullable
public io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo recognizeDC(@NotNull
kotlin.Array[] nv21,
int width,
int height,
int orientation)
Performs DC page detection and data recognition on the NV21 format image. Input image can contain background elements.
nv21 - width - height - orientation - @Nullable
public io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo recognizeDCBGR(@NotNull
kotlin.Array[] bgr,
int width,
int height,
int orientation)
Performs DC page detection and data recognition on the BGR format image. Input image can contain background elements.
bgr - width - height - orientation - @Nullable
public io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo recognizeDCJPEG(@NotNull
kotlin.Array[] image,
int width,
int height,
int orientation)
Performs DC data recognition on the JPEG image. Input image have to be the clean image of the DC page without background elements.
image - width - height - orientation - @Nullable
public io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo recognizeDCBitmap(@NotNull
android.graphics.Bitmap image,
int orientation)
Performs DC data recognition on the Bitmap. Input image have to be the clean image of the DC page without background elements.
image - orientation - @Nullable
public io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo detectAndRecognizeDCJPEG(@NotNull
kotlin.Array[] image,
int width,
int height,
int orientation)
Performs DC page detection and data recognition on the JPEG image. Input image can contain background elements.
image - width - height - orientation - @Nullable
public io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo detectAndRecognizeDCBitmap(@NotNull
android.graphics.Bitmap image,
int orientation)
Performs DC page detection and data recognition on the Bitmap. Input image can contain background elements.
image - orientation -