session Instance Property

@ObservedObject @MainActor var session: PxUiOcrEditorSession { get set }

References: PxUiOcrEditorSession

The observable session that feeds live result, image, and progress updates to the screen.

Top