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
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.
- LAST_NAME - enum entry in io.scanbot.sdk.mc.MedicalCertificatePatientInfoFieldType
Last name (Name des Versicherten).
- LAT - enum entry in io.scanbot.sdk.entity.Language
- LATVIA - enum entry in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardIssuingCountry
Latvia.
- 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
- LAZY - enum entry in io.scanbot.sdk.core.BufferLoadMode
Image is decoded the first time it's requested.
- LAZY - enum entry in io.scanbot.sdk.core.PathLoadMode
Image is loaded into memory the first time it's requested. Specified path must exist at the time of loading.
- LAZY_WITH_COPY - enum entry in io.scanbot.sdk.core.PathLoadMode
Image is loaded into memory the first time it's requested. Specified path is copied into internal directory and so isn't required to exist at the time of loading.
- LEGACY - enum entry in io.scanbot.sdk.barcode.BarcodeScannerEngineMode
Legacy mode. Very fast, significantly less accurate. Doesn't support all barcode types.
- LEGACY - enum entry in io.scanbot.sdk.document.DocumentScannerEngineMode
Use the legacy edge-based document scanner.
- LEGACY - enum entry in io.scanbot.sdk.ui.configuration.json.JsonDocumentScannerEngineMode
Legacy edge-based mode, based on classic Computer Vision algorithms.
- LEGACY - enum entry in io.scanbot.sdk.ui.configuration.json.JsonEngineMode
Legacy barcode scanning mode.
- 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
8.5 x 14 (inches) 612 x 1008 (pixels) at 72 DPI.
- LEGAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize
Legal page size.
- LETTER - enum entry in io.scanbot.pdf.model.PageSize
8.5 x 11 (inches) 612 x 792 (pixels) at 72 DPI.
- 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
- 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 - class in io.scanbot.sdk.ocr.model
- Represents a single line.
- line(java.lang.String,java.lang.Double,java.util.List,java.util.List) - function in io.scanbot.sdk.ocr.model.OcrElement.Companion
- 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.
- LineSegmentFloat - class in io.scanbot.sdk.common
- Represents a line segment in 2D space.
- LineSegmentInt - class in io.scanbot.sdk.common
- Represents a line segment in 2D space.
- Link - class in io.scanbot.sdk.pdf
- LIT - enum entry in io.scanbot.sdk.entity.Language
- LITHUANIA - enum entry in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardIssuingCountry
Lithuania.
- LITHUANIA - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType
The country named Lithuania.
- LIVE - enum entry in io.scanbot.sdk.creditcard.CreditCardScanningMode
The scanner will merge all information from multiple frames to provide the best possible result. Use this mode when the input is a video or camera stream.
- LIVE - enum entry in io.scanbot.sdk.documentdata.DocumentDataExtractionMode
The extractor will attempt to accumulate results over multiple frames.
- 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.sdk.documentdata.EuropeanHealthInsuranceCardIssuingCountry
Luxembourg.
- LUXEMBOURG - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType
The country named Luxembourg.
- LZW - enum entry in io.scanbot.sdk.tiff.model.CompressionMode
Lempel-Ziv and Welch.