public class StubTextRecognition implements TextRecognition
Dummy realization of interface TextRecognition.
Part of OCR-feature, which is available only in Scanbot SDK package 2.
interface TextRecognitionpublic StubTextRecognition()
public StubTextRecognition(@Nullable
io.scanbot.sap.SapManager sapManager)
@NotNull public TextRecognizer withPDF(@NotNull io.scanbot.sdk.entity.Document document, @NotNull java.util.List<io.scanbot.sdk.persistence.Page> pages, @NotNull java.util.Set<? extends io.scanbot.sdk.entity.Language> languages)
@NotNull public TextRecognizer withPDF(@Nullable io.scanbot.sdk.entity.Document document, @Nullable java.util.List<android.net.Uri> uris, boolean sourceFilesEncrypted, @Nullable java.util.Set<io.scanbot.sdk.entity.Language> languages)
@NotNull public TextRecognizer withoutPDF(@NotNull java.util.List<io.scanbot.sdk.persistence.Page> pages, @NotNull java.util.Set<? extends io.scanbot.sdk.entity.Language> languages)
@NotNull public TextRecognizer withoutPDF(@Nullable java.util.List<android.net.Uri> uris, boolean sourceFilesEncrypted, @Nullable java.util.Set<io.scanbot.sdk.entity.Language> languages)
@NotNull public TextRecognizer onBitmap(@Nullable android.graphics.Bitmap bitmap, @Nullable java.util.Set<io.scanbot.sdk.entity.Language> languages)