Package io.scanbot.sdk.di
Object ScanbotSdkModule.Companion
-
- All Implemented Interfaces:
public class ScanbotSdkModule.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private DocumentDraftExtractordocumentDraftExtractorprivate OcrSettingsocrSettingsprivate CameraUiSettingscameraUiSettingsprivate ContourDetectorSettingscontourDetectorSettingsprivate PdfImagesExtractorSettingspdfImagesExtractorSettingspublic final static ScanbotSdkModule.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DocumentDraftExtractorgetDocumentDraftExtractor()Customizable instances which will be used for injections. final UnitsetDocumentDraftExtractor(DocumentDraftExtractor documentDraftExtractor)Customizable instances which will be used for injections. final OcrSettingsgetOcrSettings()final UnitsetOcrSettings(OcrSettings ocrSettings)final CameraUiSettingsgetCameraUiSettings()final UnitsetCameraUiSettings(CameraUiSettings cameraUiSettings)final ContourDetectorSettingsgetContourDetectorSettings()final UnitsetContourDetectorSettings(ContourDetectorSettings contourDetectorSettings)final PdfImagesExtractorSettingsgetPdfImagesExtractorSettings()final UnitsetPdfImagesExtractorSettings(PdfImagesExtractorSettings pdfImagesExtractorSettings)-
-
Method Detail
-
getDocumentDraftExtractor
final DocumentDraftExtractor getDocumentDraftExtractor()
Customizable instances which will be used for injections.
TODO: Get rid of it!
-
setDocumentDraftExtractor
final Unit setDocumentDraftExtractor(DocumentDraftExtractor documentDraftExtractor)
Customizable instances which will be used for injections.
TODO: Get rid of it!
-
getOcrSettings
final OcrSettings getOcrSettings()
-
setOcrSettings
final Unit setOcrSettings(OcrSettings ocrSettings)
-
getCameraUiSettings
final CameraUiSettings getCameraUiSettings()
-
setCameraUiSettings
final Unit setCameraUiSettings(CameraUiSettings cameraUiSettings)
-
getContourDetectorSettings
final ContourDetectorSettings getContourDetectorSettings()
-
setContourDetectorSettings
final Unit setContourDetectorSettings(ContourDetectorSettings contourDetectorSettings)
-
getPdfImagesExtractorSettings
final PdfImagesExtractorSettings getPdfImagesExtractorSettings()
-
setPdfImagesExtractorSettings
final Unit setPdfImagesExtractorSettings(PdfImagesExtractorSettings pdfImagesExtractorSettings)
-
-
-
-