Installation

Native iOS ==> OCR framework

The OCR framework uses the camera, which requires the Privacy - Camera Usage Description key and value to be set in the Xcode target's Info tab.

If editing the raw Info.plist file, add the NSCameraUsageDescription key as displayed below.

<key>NSCameraUsageDescription</key>
<string>Get VitalSnap readings</string>