result Instance Property

@Published var result: PxTextResult { get set }

References: PxTextResult

The finished result the editor renders. Replace it (with a fresh image) after a re-scan to swap the editor’s text + preview.

Top