Package io.scanbot.sdk.di
Object ScanbotSdkModule.Companion
-
- All Implemented Interfaces:
public class ScanbotSdkModule.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private DocumentDraftExtractor
documentDraftExtractor
private OcrSettings
ocrSettings
private CameraUiSettings
cameraUiSettings
private ContourDetectorSettings
contourDetectorSettings
private PdfImagesExtractorSettings
pdfImagesExtractorSettings
public final static ScanbotSdkModule.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final DocumentDraftExtractor
getDocumentDraftExtractor()
Customizable instances which will be used for injections. final Unit
setDocumentDraftExtractor(DocumentDraftExtractor documentDraftExtractor)
Customizable instances which will be used for injections. final OcrSettings
getOcrSettings()
final Unit
setOcrSettings(OcrSettings ocrSettings)
final CameraUiSettings
getCameraUiSettings()
final Unit
setCameraUiSettings(CameraUiSettings cameraUiSettings)
final ContourDetectorSettings
getContourDetectorSettings()
final Unit
setContourDetectorSettings(ContourDetectorSettings contourDetectorSettings)
final PdfImagesExtractorSettings
getPdfImagesExtractorSettings()
final Unit
setPdfImagesExtractorSettings(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)
-
-
-
-