Take a photo and save to savePath. Returns the saved file path.
savePath
Future<String?> takePhoto(String savePath) { return OcrPlatform.instance.takePhoto(savePath); }