PxUiOcrEditorScreenView Structure

@MainActor struct PxUiOcrEditorScreenView

SwiftUI wrapper for PxUiOcrEditorScreen.

Classes

NameSummary
PxUiOcrEditorScreenView.CoordinatorSwiftUI coordinator that bridges the hosted view controller delegate.

Initializers

NameSummary
init(configuration:session:completion:)Creates the SwiftUI OCR-editor view.

Instance Properties

NameSummary
completionThe closure called with the PxUiOcrEditorScreenResult when the screen finishes.
configurationThe configuration applied when the screen is created.
sessionThe observable session that feeds live result, image, and progress updates to the screen.

Instance Methods

NameSummary
makeCoordinator() 
makeUIViewController(context:) 
updateUIViewController(_:context:) 

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype
  • SwiftUI.UIViewControllerRepresentable
  • SwiftUICore.View
Top