googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.92k stars 1.73k forks source link

Spelling Misake in Code - https://codelabs.developers.google.com/codelabs/mobile-vision-ocr/#7 #465

Open benjaminray3 opened 3 years ago

benjaminray3 commented 3 years ago

On Step 8 in the link here - https://codelabs.developers.google.com/codelabs/mobile-vision-ocr/#7

You will see that the last line by return says contans when it should say contains. I tried to run it with just a copy and paste and it failed so I have to change it to contains. Screen Shot 2020-10-08 at 10 32 48 AM