Overview
Initial iOS implementation of the Reader SDK using Swift and OpenCV 4.8.0.
Features
-
Live camera preview with overlay guidance
-
Result callback on completion
Integration Example
ReaderViewWrapper(
analyserConfiguration: config,
onComplete: { result in
// Process final analysis output
}
)
Limitations
-
No intermediate frame callbacks or abort functionality
-
Limited to default visualization mode
-
Requires iOS 13+ runtime