picture Property

abstract val picture: Flow<ScanPicture?>

The page to show and recognise.

Its ScanPicture.scanText is ignored: the recognised text is held by originalText and the user’s edits by modifiedText, so the host stores those rather than reading it back off the page.

Top