Skip navigation links
< A B C D E F G H I L M N O P R S T U V W Y 

<

<no name provided>() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
Callback to track polygon animation during rotations
<no name provided>() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
Callback to track the changing of the state of the polygon selection

A

AndroidModule - Class in io.scanbot.sdk.di
Contains android related dependencies.
AndroidModule(application) - Constructor for class io.scanbot.sdk.di.AndroidModule
Contains android related dependencies.

B

barcodeDetector() - Method in interface io.scanbot.sdk.di.SdkComponent
 
barcodeDetector() - Method in class io.scanbot.sdk.ScanbotSDK
Provides ScanbotBarcodeDetector.
barcodeFileStorage() - Method in class io.scanbot.sdk.ScanbotSDK
Provides BarcodeFileStorage.
binarizeBitmap(bitmap, recycle) - Method in class io.scanbot.sdk.intelligence.ImageProcessorBitmapBinarizer
 
blobFactory() - Method in interface io.scanbot.sdk.di.SdkComponent
 
blobFactory() - Method in class io.scanbot.sdk.ScanbotSDK
Provides BlobFactory.
blobManager() - Method in class io.scanbot.sdk.ScanbotSDK
Provides BlobManager.
blobManger() - Method in interface io.scanbot.sdk.di.SdkComponent
 
blurEstimator() - Method in interface io.scanbot.sdk.di.SdkComponent
 
blurEstimator() - Method in class io.scanbot.sdk.ScanbotSDK
Provides BlurEstimator.
BusinessCardProcessingResult(page, ocrResult) - Constructor for class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
Contains processed business card Page and OCR processing result
BusinessCardsImageProcessor - Interface in io.scanbot.sdk.businesscard
A class specifically designed to deal with images of business cards. It auto-rotates the images and extracts their texts. Designed to work in conjunction with MultipleObjectsDetector
businessCardsImageProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
businessCardsImageProcessor() - Method in class io.scanbot.sdk.ScanbotSDK
BusinessCardsImageProcessor.BusinessCardProcessingResult - Class in io.scanbot.sdk.businesscard
Contains processed business card Page and OCR processing result

C

CameraConfiguration - Class in io.scanbot.sdk.util
 
CameraConfiguration() - Constructor for class io.scanbot.sdk.util.CameraConfiguration
 
chequeScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
chequeScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides ChequeScanner.
cleaner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
cleaner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides Cleaner.
Companion - Static variable in class io.scanbot.sdk.di.DependenciesCheckUtils
 
Companion - Static variable in class io.scanbot.sdk.di.ScanbotSdkModule
 
Companion - Static variable in class io.scanbot.sdk.di.SdkStorageModule
 
Companion - Static variable in class io.scanbot.sdk.ScanbotSDK
 
Companion - Static variable in class io.scanbot.sdk.ScanbotSDKInitializer
 
Companion - Static variable in class io.scanbot.sdk.ui.EditPolygonImageView
 
Companion - Static variable in class io.scanbot.sdk.util.loading.SingleThreadLoader
 
component1() - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
component2() - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
composerForDocument(document) - Method in class io.scanbot.sdk.process.compose.P2ComposerFactory
 
contourDetector() - Method in interface io.scanbot.sdk.di.SdkComponent
 
contourDetector() - Method in class io.scanbot.sdk.ScanbotSDK
Provides ContourDetector.
contourDetectorResultHandler - Variable in class io.scanbot.sdk.ui.PolygonView
 
contourDetectorType(type) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to use the specified io.scanbot.sdk.core.contourdetector.ContourDetector.Type
copy(page, ocrResult) - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
Contains processed business card Page and OCR processing result

D

DateFormat - Enum in io.scanbot.sdk.util
Supported formats for dates of documents
dcScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
dcScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides DCScanner.
DefaultAnimationListener() - Constructor for class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
Implementation of Animator.AnimatorListener that does nothing. Used as base class for creating anonymous classes, which doesn't force you to override all the methods.
DefaultBusinessCardsImageProcessor - Class in io.scanbot.sdk.businesscard
Scanbot implementation of interface BusinessCardsImageProcessor
DefaultBusinessCardsImageProcessor(opticalCharacterRecognizer, pageFileStorage, pageProcessor, textOrientationScanner) - Constructor for class io.scanbot.sdk.businesscard.DefaultBusinessCardsImageProcessor
Scanbot implementation of interface BusinessCardsImageProcessor
DependenciesCheckUtils - Class in io.scanbot.sdk.di
Helper class to check the gradle dependencies
DependenciesCheckUtils() - Constructor for class io.scanbot.sdk.di.DependenciesCheckUtils
Helper class to check the gradle dependencies
DependenciesCheckUtils.Companion - Class in io.scanbot.sdk.di
 
DependenciesCheckUtils.RequiredDependency - Class in io.scanbot.sdk.di
A class helping to have a common mechanism for assets checking
DeviceUtils - Class in io.scanbot.sdk.util.device
Util methods for accessing device status
DeviceUtils(context) - Constructor for class io.scanbot.sdk.util.device.DeviceUtils
Util methods for accessing device status
dispatchDraw(canvas) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
dispatchDraw(canvas) - Method in class io.scanbot.sdk.ui.MagnifierView
 
documentDraftExtractor(extractor) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify snapped pages should be combined into documents and in which format
documentProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
doInBackground(params) - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
doInBackground() - Method in class io.scanbot.sdk.util.loading.SingleThreadLoader
Execute task on single thread executor
draftPagesRepository() - Method in interface io.scanbot.sdk.di.SdkComponent
 
drawMagnifier(zoomPoint) - Method in class io.scanbot.sdk.ui.MagnifierView
Shows magnifier window for given position on the image.

E

EditPolygonImageView - Class in io.scanbot.sdk.ui
Shows image of document and polygon, which contains document coordinates with ability to change polygon corners and edges Magnifier is shown when polygon corners are moved
EditPolygonImageView(context, attrs) - Constructor for class io.scanbot.sdk.ui.EditPolygonImageView
Shows image of document and polygon, which contains document coordinates with ability to change polygon corners and edges Magnifier is shown when polygon corners are moved
EditPolygonImageView.Companion - Class in io.scanbot.sdk.ui
 
EditPolygonImageView.EditPolygonAnimationEndListener - Interface in io.scanbot.sdk.ui
 
EditPolygonImageView.EditPolygonDragListener - Interface in io.scanbot.sdk.ui
 
equals(p) - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
eraseMagnifier() - Method in class io.scanbot.sdk.ui.MagnifierView
Hides magnifier window.

F

fileIOProcessor() - Method in class io.scanbot.sdk.ScanbotSDK
Provides FileIOProcessor.
filterPredictor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
filterPredictor() - Method in class io.scanbot.sdk.ScanbotSDK
Provides FilterPredictor.
fitBitmapToView(bitmap, view, rotation) - Method in class io.scanbot.sdk.utils.ViewUtils
Convenient alternative for .fitRectToView which creates rectangle from Bitmap
fitDrawableToView(drawable, view, rotation) - Method in class io.scanbot.sdk.utils.ViewUtils
Convenient alternative for .fitRectToView which creates rectangle from intrinsic size of Drawable
fitRectToView(view, rotation, imageBounds) - Static method in class io.scanbot.sdk.utils.ViewUtils
 

G

genericDocumentRecognizer() - Method in interface io.scanbot.sdk.di.SdkComponent
 
genericDocumentRecognizer() - Method in class io.scanbot.sdk.ScanbotSDK
Provides GenericDocumentRecognizer
genericTextRecognizer() - Method in interface io.scanbot.sdk.di.SdkComponent
 
genericTextRecognizer() - Method in class io.scanbot.sdk.ScanbotSDK
Provides GenericTextRecognizer.
get() - Method in class io.scanbot.sdk.security.SapProvider
 
getALPHA_DEFAULT() - Method in class io.scanbot.sdk.utils.ViewUtils
 
getALPHA_TRANSPARENT() - Method in class io.scanbot.sdk.utils.ViewUtils
 
getAnimators() - Method in class io.scanbot.sdk.ui.PolygonView
 
getApplication() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getAutoSnapProgressEnabled() - Method in class io.scanbot.sdk.ui.PolygonView
 
getBatteryLevel() - Method in class io.scanbot.sdk.util.device.DeviceUtils
 
getCheckingPredicate() - Method in class io.scanbot.sdk.di.DependenciesCheckUtils.RequiredDependency
 
getConstantValue(context, key) - Method in class io.scanbot.sdk.util.ManifestConstantsProvider
 
getContourDetectorSettings() - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getDefaultPattern() - Method in enum io.scanbot.sdk.util.DateFormat
Default UTS pattern for
getDefaultPolygon() - Method in class io.scanbot.sdk.ui.EditPolygonImageView.Companion
 
getDefaultPolygon() - Static method in class io.scanbot.sdk.ui.EditPolygonImageView
 
getDISABLED_ACTIONMODE_CALLBACK() - Method in class io.scanbot.sdk.utils.ViewUtils
Use this ActionMode.Callback if action mode should be disabled
getDocumentDraftExtractor() - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
Customizable instances which will be used for injections.
getException() - Method in class io.scanbot.sdk.di.DependenciesCheckUtils.RequiredDependency
 
getFullPolygonSelected() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
getHeightInches() - Method in enum io.scanbot.sdk.util.bitmap.ImageQualityOptimizer.PaperFormat
 
getImageProcessorSettings() - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getLicenseInfo() - Method in class io.scanbot.sdk.ScanbotSDK
Provides full info of the license current state. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
getLogger() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
 
getMimeByName(name) - Static method in class io.scanbot.sdk.util.thread.MimeUtils
Detects MIME from document or file name. Returns PDF by default
getOcrResult() - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
getOcrSettings() - Method in class io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getPage() - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
getPageFileStorage() - Method in class io.scanbot.sdk.ScanbotSDK
Deprecated. 
getPolygon() - 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
getPrepareBlurEstimatorBlobs() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getPrepareChequeBlobs() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getPrepareMRZBlobs() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getPrepareOCRLanguagesBlobs() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getPreparePayFormBlobs() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getSCALE_DEFAULT() - Method in class io.scanbot.sdk.utils.ViewUtils
 
getSdkComponent() - Method in class io.scanbot.sdk.ScanbotSDK.Companion
 
getSdkComponent() - Method in class io.scanbot.sdk.ScanbotSDK
 
getSupportedFlashModes() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
getSupportedFocusModes() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPictureFormats() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPictureSizes() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPreviewFormats() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPreviewSizes() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
getTRANSLATION_DEFAULT() - Method in class io.scanbot.sdk.utils.ViewUtils
 
getUseLog() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
 
getViewBounds(view) - Method in class io.scanbot.sdk.utils.ViewUtils
 
getWidthInches() - Method in enum io.scanbot.sdk.util.bitmap.ImageQualityOptimizer.PaperFormat
 

H

HardwareLayerAnimationListener(view) - Constructor for class io.scanbot.sdk.utils.ViewUtils.HardwareLayerAnimationListener
Applies View.LAYER_TYPE_HARDWARE to provided View on animation start and returns in to previous layer on animation finish.
hashCode() - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
healthInsuranceCardScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides HealthInsuranceCardScanner.
hicScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 

I

idCardFileStorage() - Method in interface io.scanbot.sdk.di.SdkComponent
 
idCardScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
idCardScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Deprecated. 
imageProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
imageProcessor() - Method in class io.scanbot.sdk.ScanbotSDK
Provides ImageProcessor.
ImageProcessorBitmapBinarizer - Class in io.scanbot.sdk.intelligence
Uses ImageProcessor to binarize images.
ImageProcessorBitmapBinarizer(imageProcessor) - Constructor for class io.scanbot.sdk.intelligence.ImageProcessorBitmapBinarizer
Uses ImageProcessor to binarize images.
imageProcessorType(type) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to use the specified io.scanbot.sdk.process.ImageProcessor.Type
ImageQualityOptimizer - Class in io.scanbot.sdk.util.bitmap
Optimizes image quality {@see #optimizeImage}
ImageQualityOptimizer() - Constructor for class io.scanbot.sdk.util.bitmap.ImageQualityOptimizer
Optimizes image quality {@see #optimizeImage}
ImageQualityOptimizer.PaperFormat - Enum in io.scanbot.sdk.util.bitmap
Contains common paper formats (width and height in inches)
initialize(application) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Initializes Scanbot SDK library
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.BarcodeScannerAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.CommonOcrAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.DCScannerAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.DocumentDetectorAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.GenericDocumentAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.GenericTextRecognizerAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.IdCardScannerAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.di.RequiredDependency.LicensePlateScannerAssets
 
INSTANCE - Static variable in class io.scanbot.sdk.util.ManifestConstantsProvider
Provides constants values from manifest meta-data
INSTANCE - Static variable in class io.scanbot.sdk.util.thread.MimeUtils
Utils connected to mime detection
INSTANCE - Static variable in class io.scanbot.sdk.util.YUVUtil
Provides operation with
INSTANCE - Static variable in class io.scanbot.sdk.utils.ViewUtils
Contains tools for usage in View animations and transformations. Also contains methods to handle major ui bug-fixes.
io.scanbot.sdk - package io.scanbot.sdk
 
io.scanbot.sdk.businesscard - package io.scanbot.sdk.businesscard
 
io.scanbot.sdk.di - package io.scanbot.sdk.di
 
io.scanbot.sdk.intelligence - package io.scanbot.sdk.intelligence
 
io.scanbot.sdk.process - package io.scanbot.sdk.process
 
io.scanbot.sdk.process.compose - package io.scanbot.sdk.process.compose
 
io.scanbot.sdk.security - package io.scanbot.sdk.security
 
io.scanbot.sdk.ui - package io.scanbot.sdk.ui
 
io.scanbot.sdk.util - package io.scanbot.sdk.util
 
io.scanbot.sdk.util.bitmap - package io.scanbot.sdk.util.bitmap
 
io.scanbot.sdk.util.device - package io.scanbot.sdk.util.device
 
io.scanbot.sdk.util.loading - package io.scanbot.sdk.util.loading
 
io.scanbot.sdk.util.thread - package io.scanbot.sdk.util.thread
 
io.scanbot.sdk.utils - package io.scanbot.sdk.utils
 
isConigured() - Method in class io.scanbot.sdk.util.CameraConfiguration
 
isDeviceOnCharger() - Method in class io.scanbot.sdk.util.device.DeviceUtils
 
isInitialized() - Method in class io.scanbot.sdk.ScanbotSDKInitializer.Companion
 
isInitialized() - Static method in class io.scanbot.sdk.ScanbotSDKInitializer
 
isLicenseActive() - Method in class io.scanbot.sdk.ScanbotSDK
Deprecated. 
isLicenseValid() - Method in class io.scanbot.sdk.ScanbotSDK
Deprecated. 
isPointsDraggable() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
Control whether view is in editMode eg. points draggable

L

licenceErrorHandler(licenseErrorHandler) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Register callback for handling all sdk license errors after sdk initialisation
license(application, license) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK license
licensePlateScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
licensePlateScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides LicensePlateScanner.
loadCameraParameters(parameters) - Method in class io.scanbot.sdk.util.CameraConfiguration
 
logger(logger) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which Logger should be used. To set a custom logger ScanbotSDKInitializer.withLogging must be set to true

M

MagnifierView - Class in io.scanbot.sdk.ui
View that draws magnifier. Magnifier should be properly set up before draw
MagnifierView(context, attrs) - Constructor for class io.scanbot.sdk.ui.MagnifierView
View that draws magnifier. Magnifier should be properly set up before draw
ManifestConstantsProvider - Class in io.scanbot.sdk.util
Provides constants values from manifest meta-data
MimeUtils - Class in io.scanbot.sdk.util.thread
Utils connected to mime detection
mrzScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
mrzScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides MRZScanner.
multipleObjectsDetector() - Method in interface io.scanbot.sdk.di.SdkComponent
 
multipleObjectsDetector() - Method in class io.scanbot.sdk.ScanbotSDK
Provides MultipleObjectsDetector.

N

nfcPassportFileStorage() - Method in interface io.scanbot.sdk.di.SdkComponent
 

O

ocrBlobsPath(application, ocrBlobsPath) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK OCR blobs path
ocrRecogniser(context, sapManager, textRecognition, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
ocrRecogniser() - Method in interface io.scanbot.sdk.di.SdkComponent
 
ocrRecognizer() - Method in class io.scanbot.sdk.ScanbotSDK
Provides functionality for OCR .
onAnimationCancel(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationEnd(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationEnded() - Method in interface io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonAnimationEndListener
 
onAnimationFinished(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
Implement this method instead of .onAnimationEnd
onAnimationFinished(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.HardwareLayerAnimationListener
Implement this method instead of .onAnimationEnd
onAnimationRepeat(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationStart(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationStart(animation) - Method in class io.scanbot.sdk.utils.ViewUtils.HardwareLayerAnimationListener
 
onAttachedToWindow() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
onAttachedToWindow() - Method in class io.scanbot.sdk.ui.MagnifierView
 
onAttachedToWindow() - Method in class io.scanbot.sdk.ui.PolygonView
 
onAutoSnappingCanceled() - Method in class io.scanbot.sdk.ui.PolygonView
 
onAutoSnappingIn(ms) - Method in class io.scanbot.sdk.ui.PolygonView
 
onDetachedFromWindow() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
onDetachedFromWindow() - Method in class io.scanbot.sdk.ui.MagnifierView
 
onDetachedFromWindow() - Method in class io.scanbot.sdk.ui.PolygonView
 
onDraw(canvas) - Method in class io.scanbot.sdk.ui.PolygonView
 
onForceLoad() - Method in class io.scanbot.sdk.util.loading.SingleThreadLoader
 
onLayout(changed, left, top, right, bottom) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
onLayout(changed, left, top, right, bottom) - Method in class io.scanbot.sdk.ui.MagnifierView
 
onMeasure(widthMeasureSpec, heightMeasureSpec) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
onPolygonSelectedStateChanged(isFullPolygonSelected) - Method in interface io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonDragListener
 
onReset() - Method in class io.scanbot.sdk.util.loading.SingleThreadLoader
 
onSizeChanged(w, h, oldw, oldh) - Method in class io.scanbot.sdk.ui.PolygonView
 
onStartLoading() - Method in class io.scanbot.sdk.util.loading.SingleThreadLoader
 
onTouchEvent(event) - Method in class io.scanbot.sdk.ui.EditPolygonImageView
 
optimizeImage(bitmap, widthInches, heightInches, maxRequiredDpi) - Method in class io.scanbot.sdk.util.bitmap.ImageQualityOptimizer
Scales image to desirable quality.
optimizeImage(bitmap, requiredDpi) - Method in class io.scanbot.sdk.util.bitmap.ImageQualityOptimizer
Scales image to desirable quality.

P

P2ComposerFactory - Class in io.scanbot.sdk.process.compose
Provides implementation of Composer
P2ComposerFactory(deviceUtils, ocrComposer, simpleComposer, jpegComposer) - Constructor for class io.scanbot.sdk.process.compose.P2ComposerFactory
Provides implementation of Composer
pageFileStorage() - Method in class io.scanbot.sdk.ScanbotSDK
Provides PageFileStorage.
pageProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
pageProcessor() - Method in class io.scanbot.sdk.ScanbotSDK
Provides PageProcessor.
passportNfcScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
passportNfcScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides PassportNfcScanner.
payFormScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
payFormScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides PayFormScanner.
pdfRenderer(context, documentDraftExtractor, documentProcessor, documentStoreStrategy, simpleComposer, cleaner, sapManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
pdfRenderer() - Method in interface io.scanbot.sdk.di.SdkComponent
 
PDFRenderer - Interface in io.scanbot.sdk.process
Provides methods for PDF rendering
pdfRenderer() - Method in class io.scanbot.sdk.ScanbotSDK
Provides functionality for PDF rendering.
polygon - Variable in class io.scanbot.sdk.ui.PolygonView
 
PolygonView - Class in io.scanbot.sdk.ui
Draws polygon
PolygonView(context) - Constructor for class io.scanbot.sdk.ui.PolygonView
 
PolygonView(context, attrs) - Constructor for class io.scanbot.sdk.ui.PolygonView
 
postOnPreDraw(view, runnable) - Method in class io.scanbot.sdk.utils.ViewUtils
Executes Runnable right before global draw event, which is convenient if you want to be sure that provided View correctly calculated it's size.
PrepareBlobsTask($outer, application, prepareOCRLanguagesBlobs, prepareMRZBlobs, prepareChequeBlobs, preparePayFormBlobs) - Constructor for class io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
prepareBlurEstimatorBlobs(prepareBlurEstimatorBlobs) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to prepare io.scanbot.sdk.process.BlurEstimator blobs.
prepareChequeBlobs(prepareChequeBlobs) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to prepare Cheque scanner blobs
prepareFilterPredictionBlobs(prepareFilterPredictionBlobs) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to prepare Filter prediction blobs
prepareMRZBlobs(prepareMRZBlobs) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to prepare MRZ scanner blobs
prepareOCRLanguagesBlobs(prepareOCRLanguagesBlobs) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to prepare OCR languages blobs. Prepares language train data blobs for io.scanbot.sdk.dcscanner.DCScanner and io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
preparePayFormBlobs(preparePayFormBlobs) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to prepare PayForm scanner blobs
processPages(pages, ocrLanguages, performOCR, performAutoRotation) - Method in interface io.scanbot.sdk.businesscard.BusinessCardsImageProcessor
Processes the pages contained in an image storage. Synchronously performs auto-rotation and text recognition OCR) and returns the OCR results as well as the modified image storage in the completion handler.
processPages(pages, ocrLanguages, performOCR, performAutoRotation) - Method in class io.scanbot.sdk.businesscard.DefaultBusinessCardsImageProcessor
Processes the pages contained in an image storage. Synchronously performs auto-rotation and text recognition OCR) and returns the OCR results as well as the modified image storage in the completion handler.
processPages(pages, ocrLanguages, performOCR, performAutoRotation) - Method in class io.scanbot.sdk.businesscard.StubBusinessCardsImageProcessor
Processes the pages contained in an image storage. Synchronously performs auto-rotation and text recognition OCR) and returns the OCR results as well as the modified image storage in the completion handler.
provideApplication() - Method in interface io.scanbot.sdk.di.SdkComponent
 
provideBarcodeFileStorage() - Method in interface io.scanbot.sdk.di.SdkComponent
 
provideBaseComposerFactory(simpleComposer, jpegComposer) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideCleaner(documentStoreStrategy, pageStorageProcessor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideCombinedDocumentDraftExtractor(documentStoreStrategy, sharedPreferences) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideComposerCache(context) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideContext() - Method in interface io.scanbot.sdk.di.SdkComponent
 
provideDocumentStoreStrategy(context, preferences) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideDraftPageStorage() - Method in interface io.scanbot.sdk.di.SdkComponent
 
provideDraftPageStorage(pageStorageSettings) - Method in class io.scanbot.sdk.di.SdkStorageModule
 
provideFileIOProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
provideFileIOProcessor() - Method in class io.scanbot.sdk.di.SdkStorageModule
 
provideGenericDocumentRecognizer(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideGenericDocumentResultRepository(storage) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideGenericDocumentResultStorage() - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideGenericTextScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideIdCardScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideImageFileIOProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
provideImageFileIOProcessor(fileIOProcessor) - Method in class io.scanbot.sdk.di.SdkStorageModule
 
provideJpegComposer(documentStoreStrategy, pageFileStorage) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideLicensePlateScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideMultipleDocumentsDraftExtractor(sharedPreferences) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideOcrComposer(blobManager, pdfRenderer, simpleComposer, sapManager, ocrSettings) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideOcrPdfRenderer(documentStoreStrategy, blobStoreStrategy, pageFileStorage, bitmapBinarizer, fileIOProcessor, composerCache) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideOcrSettings() - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providePageFileStorage() - Method in interface io.scanbot.sdk.di.SdkComponent
 
providePageFileStorage(pageStorageProcessor, pageStorage, fileIOProcessor) - Method in class io.scanbot.sdk.di.SdkStorageModule
 
providePageStorage() - Method in interface io.scanbot.sdk.di.SdkComponent
 
providePageStorage(pageStorageSettings) - Method in class io.scanbot.sdk.di.SdkStorageModule
 
providePageStorageProcessor() - Method in interface io.scanbot.sdk.di.SdkComponent
 
providePageStorageSettings() - Method in interface io.scanbot.sdk.di.SdkComponent
 
providePageStorageSettings() - Method in class io.scanbot.sdk.di.SdkStorageModule
 
providesActivityManager() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesApplication() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesAssetManager() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesBarcodeFileStorage(application) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBitmapBinarizer(bitmapBinarizer) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBlobFactory(blobStoreStrategy, blobsStorage, assetManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBlobManager(blobStoreStrategy, assetManager, blobFactory) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBlobsStorage(preferences) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBlobStoreStrategy(application, preferences) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBlurEstimator(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesBusinessCardsProcessor(opticalCharacterRecognizer, pageFileStorage, pageProcessor, textOrientationScanner) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesChequeScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesComposerFactory(sapManager, baseComposerFactory, p2ComposerFactory) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesContext() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesContourDetector() - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesDCScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesDocumentDraftExtractor(combinedDocumentDraftExtractor, multipleDocumentsDraftExtractor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesDocumentProcessor(sapManager, documentStoreStrategy, composerFactory, documentProcessorMonitor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesDocumentProcessorMonitor(documentStoreStrategy) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesDownloadManager() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesDraftPagesRepository(pageStorageProcessor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesFilterPredictor(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesHICScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesIdCardFileStorage(application) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesImageProcessor(blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideSimpleComposer(documentStoreStrategy, pageFileStorage, composerCache, fileIOProcessor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesMRZScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesMultipleObjectsDetector(sapManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesNfcPassportFileStorage(application) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesPackageManager() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesPageProcessor(pageFileStorage, contourDetector, imageProcessor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesPageStorageProcessor(contourDetector, pageStorage, draftPageStorage, pageStorageSettings, imageProcessor, imageFileIOProcessor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesPassportNfcScanner() - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesPayFormScanner(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesResources() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesSapManager(application) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesSharedPreferences() - Method in class io.scanbot.sdk.di.AndroidModule
 
providesTextRecognition(sapManager, textRecognizerFactory) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
providesTiffWriter(fileIOProcessor) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
provideTextRecognizerFactory(sapManager, pdfRenderer, documentStoreStrategy, simpleComposer, blobStoreStrategy, pageFileStorage, fileIOProcessor, ocrSettings, bitmapBinarizer) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 

R

renderDocumentFromImages(imageFileUris, sourceFilesEncrypted, pageSize) - Method in interface io.scanbot.sdk.process.PDFRenderer
Render PDF from given images uris
renderDocumentFromImages(imageFileUris, sourceFilesEncrypted, pageSize) - Method in class io.scanbot.sdk.process.ScanbotPDFRenderer
Render PDF from given images uris
renderDocumentFromPages(pages, pageSize) - Method in interface io.scanbot.sdk.process.PDFRenderer
Render PDF from given list of Page objects
renderDocumentFromPages(pages, pageSize) - Method in class io.scanbot.sdk.process.ScanbotPDFRenderer
Render PDF from given list of Page objects
RequiredDependency.BarcodeScannerAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.CommonOcrAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.DCScannerAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.DocumentDetectorAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.GenericDocumentAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.GenericTextRecognizerAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.IdCardScannerAssets - Class in io.scanbot.sdk.di
 
RequiredDependency.LicensePlateScannerAssets - Class in io.scanbot.sdk.di
 
restoreViewTransformation(view) - Method in class io.scanbot.sdk.utils.ViewUtils
Restores transformation values.
resultRepositories() - Method in interface io.scanbot.sdk.di.SdkComponent
 
resultRepositoryForClass(clazz) - Method in class io.scanbot.sdk.ScanbotSDK
Provides result repository for the given class
rotateClockwise() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
Rotates view clockwise
rotateCounterClockwise() - Method in class io.scanbot.sdk.ui.EditPolygonImageView
Rotates view counterclockwise
rotateYUV21Image(cameraRotation, data, imageWidth, imageHeight) - Method in class io.scanbot.sdk.util.YUVUtil
Rotates YUV21 image

S

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
Setup magnifier using given class EditPolygonImageView
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

T

textOrientationRecognizer(sapManager, blobManager) - Method in class io.scanbot.sdk.di.ScanbotSdkModule
 
textOrientationScanner() - Method in interface io.scanbot.sdk.di.SdkComponent
 
textOrientationScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides TextOrientationScanner.
tiffWriter() - Method in interface io.scanbot.sdk.di.SdkComponent
 
tiffWriter() - Method in class io.scanbot.sdk.ScanbotSDK
toString() - Method in class io.scanbot.sdk.businesscard.BusinessCardsImageProcessor.BusinessCardProcessingResult
 
toString(context) - Method in class io.scanbot.sdk.util.CameraConfiguration
 

U

updatePolygon(detectionResult, frameOrientation, polygon) - Method in class io.scanbot.sdk.ui.PolygonView
 
useFileEncryption(enableFileEncryption, fileIOProcessor) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Sets a global Scanbot SDK flag which enables/disables a usage of encrypted file IO processor for all image and pdf files. By default - false.
useOcrSettings(ocrSettings) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK to use given OCR settings
usePageStorageSettings(pageStorageSettings) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which io.scanbot.sdk.persistence.PageStorageSettings should be used.

V

ViewUtils - Class in io.scanbot.sdk.utils
Contains tools for usage in View animations and transformations. Also contains methods to handle major ui bug-fixes.
ViewUtils.DefaultAnimationListener - Class in io.scanbot.sdk.utils
Implementation of Animator.AnimatorListener that does nothing. Used as base class for creating anonymous classes, which doesn't force you to override all the methods.
ViewUtils.HardwareLayerAnimationListener - Class in io.scanbot.sdk.utils
Applies View.LAYER_TYPE_HARDWARE to provided View on animation start and returns in to previous layer on animation finish.

W

withLogging(useLog) - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Enables or disables logs in Scanbot SDK.

Y

YUVUtil - Class in io.scanbot.sdk.util
Provides operation with
< A B C D E F G H I L M N O P R S T U V W Y 
Skip navigation links