@Singleton
@Component
public SdkComponent
Dagger component for Scanbot SDK specific instances.
@NotNull io.scanbot.sap.SapManager sapManager()
@NotNull io.scanbot.sdk.docprocessing.DocumentProcessor documentProcessor()
@NotNull io.scanbot.sdk.docprocessing.PageProcessor pageProcessor()
@NotNull PDFRenderer pdfRenderer()
@NotNull io.scanbot.sdk.ocr.OpticalCharacterRecognizer ocrRecogniser()
@NotNull io.scanbot.sdk.persistence.cleanup.Cleaner cleaner()
@NotNull io.scanbot.sdk.persistence.DraftPagesRepository draftPagesRepository()
@NotNull io.scanbot.sdk.blob.BlobManager blobManger()
@NotNull io.scanbot.sdk.blob.BlobFactory blobFactory()
@NotNull io.scanbot.sdk.payformscanner.PayFormScanner payFormScanner()
@NotNull io.scanbot.sdk.process.BlurEstimator blurEstimator()
@NotNull io.scanbot.sdk.barcode.ScanbotBarcodeDetector barcodeDetector()
@NotNull io.scanbot.sdk.mrzscanner.MRZScanner mrzScanner()
@NotNull io.scanbot.sdk.textorientation.TextOrientationScanner textOrientationScanner()
@NotNull io.scanbot.sdk.dcscanner.DCScanner dcScanner()
@NotNull io.scanbot.sdk.tiff.TIFFWriter tiffWriter()
@NotNull io.scanbot.sdk.chequescanner.ChequeScanner chequeScanner()
@NotNull io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner hicScanner()
@NotNull io.scanbot.sdk.filterpredictor.FilterPredictor filterPredictor()
@NotNull io.scanbot.multipleobjectsscanner.MultipleObjectsDetector multipleObjectsDetector()
@NotNull BusinessCardsImageProcessor businessCardsImageProcessor()
@NotNull io.scanbot.sdk.process.ImageProcessor imageProcessor()
@NotNull io.scanbot.sdk.core.contourdetector.ContourDetector contourDetector()
@NotNull io.scanbot.sdk.idcardscanner.IdCardScanner idCardScanner()
@NotNull io.scanbot.sdk.generictext.GenericTextRecognizer genericTextRecognizer()
@NotNull io.scanbot.sdk.licenseplate.LicensePlateScanner licensePlateScanner()
@NotNull io.scanbot.sdk.nfcscanner.passport.PassportNfcScanner passportNfcScanner()
@NotNull io.scanbot.sdk.genericdocument.GenericDocumentRecognizer genericDocumentRecognizer()
@NotNull java.util.Set<io.scanbot.sdk.ui.result.ResultRepository> resultRepositories()
@NotNull io.scanbot.sdk.persistance.NfcPassportFileStorage nfcPassportFileStorage()
@NotNull io.scanbot.sdk.persistance.IdCardFileStorage idCardFileStorage()
@NotNull io.scanbot.sdk.persistence.PageStorage providePageStorage()
@NotNull io.scanbot.sdk.persistence.DraftPageStorage provideDraftPageStorage()
@NotNull io.scanbot.sdk.persistence.PageStorageSettings providePageStorageSettings()
@NotNull io.scanbot.sdk.persistence.PageFileStorage providePageFileStorage()
@NotNull io.scanbot.sdk.persistence.BarcodeFileStorage provideBarcodeFileStorage()
@NotNull io.scanbot.sdk.persistence.PageStorageProcessor providePageStorageProcessor()
@NotNull io.scanbot.sdk.persistence.fileio.ImageFileIOProcessor provideImageFileIOProcessor()
@NotNull io.scanbot.sdk.persistence.fileio.FileIOProcessor provideFileIOProcessor()
@NotNull android.content.Context provideContext()
@NotNull android.app.Application provideApplication()