- sapManager() - Method in interface io.scanbot.sdk.di.SdkComponent
-
- SapProvider - Class in io.scanbot.sdk.security
-
Provides instance of SapManager
- SapProvider(context) - Constructor for class io.scanbot.sdk.security.SapProvider
-
Provides instance of SapManager
- saveViewTransformation(view) - Method in class io.scanbot.sdk.utils.ViewUtils
-
Saves View transformation parameters (translation, imageScale, rotation, alpha), so
they can later be restored with
.restoreViewTransformation. Note, that this
implementation uses View.setTag method to save parameters, so any existing tags will be overwritten.
- scanbotBarcodeDetector(sapManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
-
- ScanbotPDFRenderer - Class in io.scanbot.sdk.process
-
Provides methods for PDF rendering
- ScanbotPDFRenderer(context, documentDraftExtractor, documentStoreStrategy, documentProcessor, simpleComposer, cleaner, sapManager) - Constructor for class io.scanbot.sdk.process.ScanbotPDFRenderer
-
Provides methods for PDF rendering
- ScanbotSDK - Class in io.scanbot.sdk
-
Provider for Scanbot SDK features.
- ScanbotSDK(context) - Constructor for class io.scanbot.sdk.ScanbotSDK
-
Provider for Scanbot SDK features.
- ScanbotSDK(activity) - Constructor for class io.scanbot.sdk.ScanbotSDK
-
- ScanbotSDK(service) - Constructor for class io.scanbot.sdk.ScanbotSDK
-
- ScanbotSDK(application) - Constructor for class io.scanbot.sdk.ScanbotSDK
-
- ScanbotSDK.Companion - Class in io.scanbot.sdk
-
- ScanbotSDKInitializer - Class in io.scanbot.sdk
-
Initializes Scanbot SDK library. Use it to set up desired components and then call
.initialize.
Can be initialized only once.
- ScanbotSDKInitializer() - Constructor for class io.scanbot.sdk.ScanbotSDKInitializer
-
Initializes Scanbot SDK library. Use it to set up desired components and then call
.initialize.
Can be initialized only once.
- ScanbotSDKInitializer.Companion - Class in io.scanbot.sdk
-
- ScanbotSDKInitializer.PrepareBlobsTask - Class in io.scanbot.sdk
-
- ScanbotSdkModule - Class in io.scanbot.sdk.di
-
Contains Scanbot SDK related dependencies.
- ScanbotSdkModule() - Constructor for class io.scanbot.sdk.di.ScanbotSdkModule
-
Contains Scanbot SDK related dependencies.
- ScanbotSdkModule.Companion - Class in io.scanbot.sdk.di
-
- SdkComponent - Interface in io.scanbot.sdk.di
-
Dagger component for Scanbot SDK specific instances.
- sdkFilesDirectory(application, sdkFilesDirectory) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
-
Set the custom directory for pages and documents storage
- SdkStorageModule - Class in io.scanbot.sdk.di
-
Dagger module that provides objects which will live during the application lifecycle.
- SdkStorageModule(application) - Constructor for class io.scanbot.sdk.di.SdkStorageModule
-
Dagger module that provides objects which will live during the application lifecycle.
- SdkStorageModule.Companion - Class in io.scanbot.sdk.di
-
- setAnimators(p) - Method in class io.scanbot.sdk.ui.PolygonView
-
- setAutoSnappingProgressStrokeColor(strokeColor) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes stroke color of the polygon animated progress line.
- setAutoSnappingProgressStrokeWidth(strokeWidth) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes width of the stroke of the autosnapping animated polygon.
- setAutoSnapProgressEnabled(value) - Method in class io.scanbot.sdk.ui.PolygonView
-
- setContourDetectorSettings(p) - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
-
- setCornerRadius(cornerRadius) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes the radius of corners of the polygon
- setDISABLED_ACTIONMODE_CALLBACK(p) - Method in class io.scanbot.sdk.utils.ViewUtils
-
Use this ActionMode.Callback if action mode should be disabled
- setDocumentDraftExtractor(p) - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
-
Customizable instances which will be used for injections.
- setDrawShadows(drawShadows) - Method in class io.scanbot.sdk.ui.PolygonView
-
Enable shadows under the polygon stroke if poly fill is transparent.
- setEdgeColor(color) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
Sets edge color
- setEdgeColorOnLine(color) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
Sets edge color on line
- setEdgeWidth(width) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
Sets edge width in pixels
- setEditPolygonAnimationEndListener(editPolygonAnimationEndListener) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
sets listener which will be invoked when animation will be finished
- setEditPolygonDragListener(editPolygonDragListener) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
sets listener which will be invoked when drag ends
- setEnableBounding(enableBounding) - Method in class io.scanbot.sdk.ui.MagnifierView
-
Enables Bounding of magnifier view
- setFileStorageSettings(fileStorageSettings) - Method in class io.scanbot.sdk.di.SdkStorageModule.Companion
-
- setFileStorageSettings(fileStorageSettings) - Static method in class io.scanbot.sdk.di.SdkStorageModule
-
- setFillColor(fillColor) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes fill color of the polygon
- setFillColorOK(fillColorOK) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes fill color of the polygon when result is OK
- setFullPolygonSelected(p) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
- setImageProcessorSettings(p) - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
-
- setImageRotation(rotation) - Method in class io.scanbot.sdk.ui.MagnifierView
-
Sets rotation for the image preview when it is magnified
- setLines(horizontalLines, verticalLines) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
Sets detected horizontal and vertical lines
- setLogger(p) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
-
- setMagnifier(magnifier) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
- setOcrSettings(p) - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
-
- setPageStorageSettings(pageStorageSettings) - Method in class io.scanbot.sdk.di.SdkStorageModule.Companion
-
- setPageStorageSettings(pageStorageSettings) - Static method in class io.scanbot.sdk.di.SdkStorageModule
-
- setPointsDraggable(p) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
Control whether view is in editMode eg. points draggable
- setPolygon(newPolygon) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
polygon with 4 points and coordinates from 0 to 1
this polygon is used as source and output for document coordinated.
.corners and
.edges are calculated from it to increase performance
- setRotation(rotation) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
-
- setSdkComponent(p) - Method in class io.scanbot.sdk.ScanbotSDK.Companion
-
- setStrokeColor(strokeColor) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes stroke color of the polygon.
- setStrokeColorOK(strokeColorOK) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes stroke color of the polygon when result is OK.
- setStrokeWidth(strokeWidth) - Method in class io.scanbot.sdk.ui.PolygonView
-
Changes width of the stroke of the polygon.
- setupMagnifier(view) - Method in class io.scanbot.sdk.ui.MagnifierView
-
- setUseLog(p) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
-
- SingleThreadLoader<D> - Class in io.scanbot.sdk.util.loading
-
Loads data in single thread.
- SingleThreadLoader(context) - Constructor for class io.scanbot.sdk.util.loading.SingleThreadLoader
-
Loads data in single thread.
- SingleThreadLoader.Companion - Class in io.scanbot.sdk.util.loading
-
- StubBusinessCardsImageProcessor - Class in io.scanbot.sdk.businesscard
-
- StubBusinessCardsImageProcessor() - Constructor for class io.scanbot.sdk.businesscard.StubBusinessCardsImageProcessor
-