Package-level declarations

Types

Link copied to clipboard

Base class is to hold only code common for all Data Extractor- activities.

Link copied to clipboard
abstract class BaseDocumentDataExtractorViewModel(val configuration: DocumentDataExtractorScreenConfiguration, nativeConfiguration: DocumentDataExtractorNativeConfiguration, documentDataExtractor: DocumentDataExtractor, cameraConfiguration: CameraConfiguration = configuration.cameraConfiguration, dispatcher: CoroutineContext, flashAvailable: Boolean, beeper: SoundController) : ScanbotComposeCameraViewModel
Link copied to clipboard
sealed interface DocumentExtractionState

Functions

Link copied to clipboard
fun DocumentDataExtractorViewInternal(modifier: <Error class: unknown class> = Modifier, enableBackNavigation: Boolean = true, onDocumentDataExtractorClosed: (CloseReason) -> Unit = {}, viewModel: BaseDocumentDataExtractorViewModel)
Link copied to clipboard

Uses reflection to access all String fields of class and write field name and its value as a key-value pair into a map.

Link copied to clipboard