zsajjad / react-native-text-detector

Text Detector from image for react native using firebase MLKit on android and Tesseract on iOS
MIT License
221 stars 60 forks source link

issue #33

Open pavankumarupai37 opened 4 years ago

pavankumarupai37 commented 4 years ago

Screenshot_20200525-174151

Kindly help me out asap

mitesh-db commented 4 years ago

Hello @pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly:

  1. Setup Firebase
  2. In your project-level build.gradle file, make sure to include Google's Maven repository in both your buildscript and allprojects sections.
  3. Add the dependencies for the ML Kit Android libraries to your module (app-level) Gradle file (usually app/build.gradle): implementation 'com.google.firebase:firebase-ml-vision:24.0.3'

That's it! Clear build and run again.

pavankumarupai37 commented 4 years ago

Thank you I will look into it.

On Thu 23 Jul, 2020, 11:40 AM mitjnextt <notifications@github.com wrote:

Hello @pavankumarupai37 https://github.com/pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly:

  1. Setup Firebase https://firebase.google.com/docs/android/setup
  2. In your project-level build.gradle file, make sure to include Google's Maven repository in both your buildscript and allprojects sections.
  3. Add the dependencies for the ML Kit Android libraries to your module (app-level) Gradle file (usually app/build.gradle): implementation 'com.google.firebase:firebase-ml-vision:24.0.3'

That's it! Clear build and run again.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zsajjad/react-native-text-detector/issues/33#issuecomment-662835389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOE2U3CDWXHJVKWBCNLX7Q3R47H5LANCNFSM4NJPHZAQ .