A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z 

L

LANCZOS4 - enum entry in io.scanbot.pdf.model.ResamplingMethod

Lanczos (Sinc) interpolation over 8x8 neighborhood. Produces very high quality results, but slower than bi-cubic. Retains sharp edges like those of text when downsampling.

LANDSCAPE - enum entry in io.scanbot.pdf.model.PageDirection

Represents the landscape page direction of the PDF file (all pages will be in the landscape).

LANDSCAPE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode

Landscape screen orientations only

LANDSCAPE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageDirection

Landscape page orientation.

LANDSCAPE - enum entry in io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode

Landscape camera orientation lock mode.

LANDSCAPE - enum entry in io.scanbot.sdk.ui.view.base.configuration.OrientationMode

Landscape screen orientation lock mode.

LANDSCAPE - enum entry in io.scanbot.sdk.ui_v2.common.OrientationLockMode

Lock the orientation to landscape.

Language - class in io.scanbot.sdk.entity
Natural languages supported by ocr engine
Language.Companion - class in io.scanbot.sdk.entity.Language
 
languageByLanguageTag(java.lang.String) - function in io.scanbot.sdk.entity.Language.Companion
 
languageByTessTag(java.lang.String) - function in io.scanbot.sdk.entity.Language.Companion
 
languageCodes(java.util.Collection) - function in io.scanbot.sdk.entity.Language.Companion
 
LanguageNotFoundException - class in io.scanbot.sdk.exceptions.ocr
Thrown when languages selected for the OCR operation are not loaded as blobs to device
LAO - enum entry in io.scanbot.sdk.entity.Language
 
LARGE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.CollapsedVisibleHeight

Result sheet is not completely collapsed, revealing more information.

LastName - enum entry in io.scanbot.mcscanner.model.McPatientInfoFieldType
 
LAT - enum entry in io.scanbot.sdk.entity.Language
 
Latvia - enum entry in io.scanbot.ehicscanner.model.EhicCountryType
 
LATVIA - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType

The country named Latvia.

LAV - enum entry in io.scanbot.sdk.entity.Language
 
LEGACY - enum entry in io.scanbot.sdk.ui.configuration.json.JsonEngineMode

Legacy barcode scanning mode.

LEGACY_FAST - enum entry in io.scanbot.barcodescanner.BarcodeScanner.CoreEngineMode
 
LegacyFast - enum entry in io.scanbot.sdk.barcode.entity.EngineMode

Mode with Legacy algorithmic approach. If it is needed to scan just one QR code or PDF-417 which is clearly visible it might work much faster. For live and single-shot detection the binarizer is disabled.

LegacyFilter - class in io.scanbot.sdk.imagefilters
Deprecated image filters.
legacyFilter() - function in io.scanbot.sdk.imagefilters.ParametricFilter.Companion
 
LegacyPageStorage - class in io.scanbot.sdk.persistence.page.legacy
Interface providing easy methods to work with Page image objects
LEGAL - enum entry in io.scanbot.pdf.model.PageSize

Represents Legal size of the page (8.5 x 14 inches) - 612 x 1008 pixels

LEGAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize

Legal page size.

LETTER - enum entry in io.scanbot.pdf.model.PageSize

Represents Letter size of the page (8.5 x 11 inches) - 612 x 792 pixels

LETTER - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize

Letter page size.

licenceErrorHandler(io.scanbot.sap.IScanbotSDKLicenseErrorHandler) - function in io.scanbot.sdk.ScanbotSDKInitializer
Register callback for handling all sdk license errors after sdk initialisation
Licensable - class in io.scanbot.sdk.ui.view.base
Component is licensed.
Licensable - class in io.scanbot.sdk.ui_v2.common.activity
Component is licensed.
LicensableSdk - class in io.scanbot.sdk
A component that can be licensed - can perform license check and return info about results of such check.
license(android.app.Application,java.lang.String) - function in io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK license
LicenseInvalid - class in io.scanbot.sdk.ui_v2.common.activity
 
LicensePlateCameraView - class in io.scanbot.sdk.ui.view.licenseplate
Represents camera view for Data Scanner aka LicensePlateScanner screen of the application
LicensePlateClassic - enum entry in io.scanbot.licenseplate.NativeLicensePlateScanStrategy

License plate of the auto.

LicensePlateClassic - enum entry in io.scanbot.sdk.licenseplate.LicensePlateScanStrategy

Recognition of license plate text is done via tesseract.

LicensePlateConfirmationDialog - class in io.scanbot.sdk.ui.view.licenseplate.dialog
A confirmation dialog to allow user confirm the scanned license plate or decline it
LicensePlateConfirmationDialogInterface - class in io.scanbot.sdk.ui.view.licenseplate.dialog
Dialog interface for License Plate Confirmation dialog
LicensePlateGradleDependencyException - class in io.scanbot.sdk.exceptions.licenseplate
Thrown when there is no License Plate Scanner assets gradle dependency found which is required to run the License Plate Scanner
LicensePlateJsonExtensionsKt - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateML - enum entry in io.scanbot.licenseplate.NativeLicensePlateScanStrategy

License plate of the auto (ML-based).

LicensePlateML - enum entry in io.scanbot.sdk.licenseplate.LicensePlateScanStrategy

Machine-learning-based plate scanning and text recognition.

LicensePlateNavigationEvent - class in io.scanbot.sdk.ui.view.licenseplate
This class describes all events inside License Plate scanner.
LicensePlateNavigationEvent.LicensePlateScanned - class in io.scanbot.sdk.ui.view.licenseplate.LicensePlateNavigationEvent
 
licensePlateScanned(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
New frame was processed with license plate scanner
licensePlateScanned(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
New frame was processed with license plate scanner
licensePlateScanner() - function in io.scanbot.sdk.di.SdkComponent
 
LicensePlateScanner - class in io.scanbot.sdk.licenseplate
Component to analyze live preview, recognize car license plate on it and parse license plate data.
LicensePlateScannerActivity - class in io.scanbot.sdk.ui.view.licenseplate
Shows license plate scanner screen of the application.
LicensePlateScannerActivity.Companion - class in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity
 
LicensePlateScannerActivity.Result - class in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity
 
LicensePlateScannerActivity.ResultContract - class in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
LicensePlateScannerCameraViewModel - class in io.scanbot.sdk.ui.view.licenseplate
Store LicensePlateScanner view's state and transport user interactions to it.
LicensePlateScannerConfiguration - class in io.scanbot.sdk.ui.view.licenseplate.configuration
Class which is used to configure io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity Contains settings indicating views Behaviour, Texts and Appearance
LicensePlateScannerConfiguration.Companion - class in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
 
LicensePlateScannerConfigurationHelper - class in io.scanbot.sdk.ui.view.licenseplate.configuration
Encapsulates the logic of work with configuration for license plate scanner.
LicensePlateScannerFrameHandler - class in io.scanbot.sdk.licenseplate
Performs license plate scanning on camera preview frames.
LicensePlateScannerFrameHandler.LicensePlateScannerResultHandler - class in io.scanbot.sdk.licenseplate.LicensePlateScannerFrameHandler
Successor-class needed for cross-platform implementation
LicensePlateScannerFrameHandler.ResultHandler - class in io.scanbot.sdk.licenseplate.LicensePlateScannerFrameHandler
Continuously notified about license plate recognition results.
LicensePlateScannerJsonConfiguration - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateScannerJsonConfigurationKt - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateScannerNativeConfiguration - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateScannerNativeConfigurationKt - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateScannerNativeParam - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateScannerNativeParam.CancelButtonIcon - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeParam
 
LicensePlateScannerParameter - class in io.scanbot.sdk.ui.view.licenseplate.configuration.json
 
LicensePlateScannerResult - class in io.scanbot.sdk.ui.view.licenseplate.entity
Defines a result of the license plate scanning flow.
LicensePlateScanResult - class in io.scanbot.sdk.licenseplate
Result of license plate scanning
LicensePlateScanStrategy - class in io.scanbot.sdk.licenseplate
Additional parameter for LicensePlateScanner to set the method of scanning
LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

The area of the view is the same approximate lightness of the underlying view.

LIGHT - enum entry in io.scanbot.sdk.ui_v2.common.NavigationBarMode

Display all icons in the navigation bar in white.

LIGHT - enum entry in io.scanbot.sdk.ui_v2.common.StatusBarMode

Display all icons in the status bar in white.

LINE - enum entry in io.scanbot.ocr.model.OcrResultBlock.OcrResultBlockType
 
Line2D - class in io.scanbot.sdk.core.contourdetector
Basic representation of line
LINEAR - enum entry in io.scanbot.pdf.model.ResamplingMethod

Bi-linear interpolation. Better quality than nearest-neighbor, slower. Okay when the target size is not too different from the source size.

Link - class in io.scanbot.sdk.pdf
 
LIT - enum entry in io.scanbot.sdk.entity.Language
 
Lithuania - enum entry in io.scanbot.ehicscanner.model.EhicCountryType
 
LITHUANIA - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType

The country named Lithuania.

loadCameraParameters(android.hardware.Camera.Parameters) - function in io.scanbot.sdk.util.CameraConfiguration
 
loadDocument(java.lang.String) - function in io.scanbot.sdk.docprocessing.DocumentApi
Load a document by its ID.
loadSync(java.lang.Boolean) - function in io.scanbot.sdk.docprocessing.Document
Loads the document synchronously.
Localization - class in io.scanbot.sdk.ui_v2.common.theme
 
LockDocumentAspectRatioToFinder - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Locks the minimal supported focus distance and disables a continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Locks the minimal supported focus distance and disables a continuous focus
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Locks camera in landscape mode
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Locks camera in landscape mode
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Locks camera in landscape mode
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Locks camera in landscape mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Locks camera in portrait mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Locks camera in portrait mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Locks camera in portrait mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Locks camera in portrait mode
logException(java.lang.Throwable) - function in io.scanbot.sdk.util.log.DebugLog
Shows log for exception
logException(java.lang.Throwable) - function in io.scanbot.sdk.util.log.Logger
Shows log for exception
logger(io.scanbot.sdk.util.log.Logger) - function in io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which Logger should be used.
logger(io.scanbot.sdk.util.log.Logger) - function in io.scanbot.sdk.ScanbotSdkInitializerCommonApi
Adjust this parameter to specify which Logger should be used.
Logger - class in io.scanbot.sdk.util.log
Writes logs
Logger.Level - class in io.scanbot.sdk.util.log.Logger
Logging level.
LoggerProvider - class in io.scanbot.sdk.util.log
Provides Logger
logMethod() - function in io.scanbot.sdk.util.log.DebugLog
Shows log for invoked method
logMethod() - function in io.scanbot.sdk.util.log.Logger
Shows log for invoked method
LONG - enum entry in io.scanbot.sdk.ui.view.widget.ToastView.Duration
 
LongOperationCancelCallback - class in io.scanbot.sdk.util
A callback that is used in the SDK allowing developers to cancel time-consuming operations (e.g.
LOW_LIGHT_BINARIZATION - enum entry in io.scanbot.sdk.process.ImageFilterType

Binarization filter primary intended to use on low-contrast documents with heavy shadows.

LOW_LIGHT_BINARIZATION - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType

Binarization filter primary inteded to use on low-contrast documents with heavy shadows.

LOW_LIGHT_BINARIZATION_2 - enum entry in io.scanbot.sdk.process.ImageFilterType

Binarization filter primary intended to use on low-contrast documents with heavy shadows.

LOW_LIGHT_BINARIZATION_2 - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType

Binarization filter primary intended to use on low-contrast documents with heavy shadows.

LowPowerMode - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
LowPowerMode - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
Luxembourg - enum entry in io.scanbot.ehicscanner.model.EhicCountryType
 
LUXEMBOURG - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType

The country named Luxembourg.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z