ocrEditorScreen(_:didFinishWithText:) Instance Method

@objc func ocrEditorScreen(_ screen: PxUiOcrEditorScreen, didFinishWithText text: String)

References: PxUiOcrEditorScreen

The user dismissed the editor. text is the final edited plain text.

Top