mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
[ml-vision] Fix #2666
This commit is contained in:
@@ -110,7 +110,7 @@ class FirebaseMlKitVisionModule extends FirebaseModule {
|
||||
);
|
||||
}
|
||||
|
||||
return this.native.textRecognizerProcessImage(localImageFilePath);
|
||||
return this.native.textRecognizerProcessImage(toFilePath(localImageFilePath));
|
||||
}
|
||||
|
||||
cloudTextRecognizerProcessImage(localImageFilePath, cloudTextRecognizerOptions) {
|
||||
|
||||
Reference in New Issue
Block a user