This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download the tesseract library from the following link named libs.zip. | |
https://www.dropbox.com/s/9fwqz88sck3xlk4/libs.zip?dl=0 | |
2. Extract the zip folder. | |
* If you are using Eclipse then copy all the files and folders from libs folder to libs folder in your project. | |
* if you are using Android Studio then Copy all th e folders from libs folder to src/main/jniLibs folder in your project and copy the classes.jar to libs folder. | |
3. Add image containing text inside your downloads folder and give the name a.png. | |
4. create folder named tessdata inside the assets folder in your project. |