You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TextDetectorV2 works ok on Android.
However, I have the following error on iOS using GoogleMlKit.vision.textDetectorV2()
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method vision#startTextDetectorV2 on channel google_ml_kit)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7)
Hi,
TextDetectorV2 works ok on Android.
However, I have the following error on iOS using GoogleMlKit.vision.textDetectorV2()
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method vision#startTextDetectorV2 on channel google_ml_kit)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7)
#1 TextDetectorV2.processImage (package:google_ml_kit/src/vision/text_detector.dart:46:20)
If I try using textDetector() instead of textDetectorV2(), the following error occurs when print recognisedText.toString()
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: RangeError (index): Invalid value: Valid value range is empty: 0
I added the following on Podfile
pod 'GoogleMLKit/TextRecognition', '2.2.0'
My development environment is as followes
iOS 14.7.1
Xcode 12.4
Please help me to solve this issue
Thanks in advance
The text was updated successfully, but these errors were encountered: