Skip to content

Instantly share code, notes, and snippets.

View Sameer0001's full-sized avatar

Sameer Kumar Sameer0001

View GitHub Profile
@deepak786
deepak786 / OCR Using Tesseract.txt
Last active September 15, 2023 12:26
How to use Tesseract library for OCR.
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.