//design/com.pixelnetica.design.read
Package-level declarations
Types
Name | Summary |
---|---|
ConfirmRestoreScope | [androidJvm] interface ConfirmRestoreScope A scope for RecognizedText onConfirmRestore parameter |
ReadFragment | [androidJvm] class ReadFragment : Fragment A androidx.fragment.app.Fragment to show and edit results of recognition |
ReadHandler | [androidJvm] interface ReadHandler A handler for ReadFragment |
Functions
Name | Summary |
---|---|
RecognizedText | [androidJvm] @Composable fun RecognizedText(modifier: Modifier = Modifier, picture: ScanPicture?, lookupRect: RectF?, lookupProgress: Int, originalText: ScanText, modifiedText: ScanText, onCancel: @Composable() -> Unit = { }, onConfirmRestore: @ComposableConfirmRestoreScope.(List<CharSequence>) -> Unit = { }, onPictureReady: @Composable(Boolean) -> Unit = { }, onModifiedTextChanged: @Composable(ScanText) -> Unit = { }) A composable to show and edit results of recognition |