scanText Property

var scanText: ScanText

The text recognised on this page.

Set by read; reading it before recognition has run yields an empty result rather than failing. Assigning replaces the stored result, which is what a text-editing screen does when the user corrects what was recognised.

Top