gustavomazzoni / cordova-plugin-tesseract

Cordova Plugin for OCR process using Tesseract
77 stars 34 forks source link

Installation Instructions Correction #33

Open Bilal-Abdeen opened 6 years ago

Bilal-Abdeen commented 6 years ago

1. The following line is wrong: compile project(':tess-two') It should be: compile 'com.rmtheis:tess-two:8.0.0'

2. I think the following line should be removed: 2.4 Edit your-project/platforms/android/cordova/lib/build.js file that generates settings.gradle file:

gustavomazzoni commented 6 years ago

Hi @Bilal-Abdeen could you please submit a PR (Pull Request) with your suggestion? Thanks

Varun-garg commented 6 years ago

I have fixed instructions in PR #37

gustavomazzoni commented 6 years ago

The PR was merged. Let me know if it fixes this issue so I can close it.