Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] Incorrect pod version listed in the iOS specific section of "Text recognition v2" documentation #880

Open
ArchDevil opened this issue Oct 13, 2024 · 0 comments

Comments

@ArchDevil
Copy link

ArchDevil commented Oct 13, 2024

Describe the bug
iOS Text recognition v2 documentation
pod 'GoogleMLKit/TextRecognition', '15.5.0'

Example project podfile
pod 'GoogleMLKit/TextRecognition', '7.0.0'

30.September Release notes

MLKitTextRecognition (v2) 5.0.0

To Reproduce

  1. Clone the sample app
  2. Run pod install
  3. Open its pod file which will include the following: pod 'GoogleMLKit/TextRecognition', '7.0.0'
  4. Change the line to what the documentation suggests: pod 'GoogleMLKit/TextRecognition', '15.5.0'
  5. Running pod update reveals that there is no version 15.5.0

Expected behavior
Documentation and sample to agree on versioning of pods.

SDK Info:
GoogleMLKit 7.0.0
MLKitTextRecognition 5.0.0

Smartphone:
Any

Development Environment:
Any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant