Future<int?> loadModel() async { if (_recognizer != null) { await handleThenable(_recognizer!.updateRuntimeSettingsFromString("MRZ")); } return 0; }