onRescanRequested Instance Property

@objc var onRescanRequested: (() -> Void)?

Fired when the user taps the re-scan toolbar button. The host re-runs OCR and feeds progress + the fresh result back via update(scanProgress:) / update(result:image:) (UIKit) or the session object (SwiftUI). The screen shows its own determinate indicator meanwhile.

Top