public class ScanbotSdkModule
Contains Scanbot SDK related dependencies.
| Modifier and Type | Field and Description |
|---|---|
static DocumentDraftExtractor |
documentDraftExtractor
Customizable instance which will be used for injections.
|
static UnreferencedSourcesProvider |
unreferencedSourcesProvider
Customizable instance which will be used for injections.
|
static ScanbotBarcodeDetector.BarcodeDetectorType |
useBarcodeDetector
Customizable value that shows which ScanbotBarcodeDetector type will be used.
ScanbotBarcodeDetector.BarcodeDetectorType#GoogleVision could be used if Android API > 17 and GooglePlayServices are available. Otherwise - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing will be used. By default - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing |
static ScanbotBarcodeDetector.BarcodeDetectorType |
useBarcodeDetectorDeprecated |
public static DocumentDraftExtractor documentDraftExtractor
Customizable instance which will be used for injections.
public static UnreferencedSourcesProvider unreferencedSourcesProvider
Customizable instance which will be used for injections.
public static ScanbotBarcodeDetector.BarcodeDetectorType useBarcodeDetector
Customizable value that shows which ScanbotBarcodeDetector type will be used. ScanbotBarcodeDetector.BarcodeDetectorType#GoogleVision could be used if Android API > 17 and GooglePlayServices are available. Otherwise - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing will be used. By default - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing
public static ScanbotBarcodeDetector.BarcodeDetectorType useBarcodeDetectorDeprecated
public PageComposerFactory providesPageComposerFactory()
public ProcessorMonitor<net.doo.snap.entity.Page> providesPageProcessorMonitor()
public ProcessorMonitor<net.doo.snap.entity.Document> providesDocumentProcessorMonitor()
public PDFProcessor providesPDFProcessor()
public ProcessingInfoProvider providesProcessingInfoProvider()
public UnreferencedSourcesProvider providesUnreferencedSourcesProvider()
public DocumentDraftExtractor providesDocumentDraftExtractor()
public io.scanbot.sap.SapManager providesSapManager()
public DocumentProcessor providesDocumentProcessor()
public DocumentClassifier providesDocumentClassifier()
public net.doo.snap.lib.detector.ContourDetector providesContourDetector()
public ScanbotBarcodeDetector scanbotBarcodeDetectorDeprecated()
public ScanbotBarcodeDetector scanbotBarcodeDetector()
public TextRecognition providesTextRecognition()
public ComposerFactory providesComposerFactory()
public LanguageProvider providesLanguageProvider()
public TextBasedLanguageDetector providesTextBasedLanguageDetector()
public PayFormScanner providesPayFormScanner()
public MRZScanner providesMRZScanner()
public DCScanner providesDCScanner()
public io.scanbot.tiffwriter.TIFFWriter providesTiffWriter()