Text Recognition ML Kit Vision is not working on iOS #4383
Unanswered
mahendravijay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading the ML Kit, the text recognition is not working on iOS, but on Android is works perfect. After scanning on iOS, the result is an empty array block.
package.json
"@react-native-firebase/app": "^8.4.5",
"@react-native-firebase/ml-vision": "^7.4.8"
Podfile
pod 'MLKitCommon'
pod 'GoogleMLKit/MLKitCore'
pod 'GoogleMLKit/TextRecognition'
AppDelegate.h
#import <Firebase.h>
{
[FIRApp configure];
Beta Was this translation helpful? Give feedback.
All reactions