Skip to content Skip to sidebar Skip to footer

Training Tesseract On Android

I am using the tess-two library for OCR recognition on Android . I want to create the training data on Android . I have followed this link and successfully created training data on

Solution 1:

The tess-two library for Android uses the same Tesseract code and the same training data format as is run on plain Linux systems. You can just swap in your trained data files.

Solution 2:

You need to create a folder in the sd card of your phone where you are making the address at the program. After that using samsun kies or any other type of file manager for android you could upload the tessdata into this folder. The folder need to have the same address you specified in your code

Post a Comment for "Training Tesseract On Android"