Text Capture from Image

The new iOS 15 feature "Capture Text from Image" option comes only after second tap. So The Apple Team provided

let textFromCamera  = UIAction.captureTextFromCamera(responder: self.notes, identifier: nil)

When I tried to use same with SwiftUI, responser object should confirm to UIResponder/UIKeyInpunt.

How to use same with SwiftUI or Is there any alternate option in SwiftUI ?

Text Capture from Image
 
 
Q