ImranAtBhimsoft / tesseract-android-tools

Automatically exported from code.google.com/p/tesseract-android-tools
0 stars 0 forks source link

Getting result words array #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, i have a problem, and need your help. I need to get an array of words after 
calling getUTF8Text(), not just a string. When i'm trying to do it by myself 
the size of this array does not match the size of boundingBoxes arraw(for 
example). I read about iterator, but i dont know what is it, and how to work 
with it. Please, can you explain me how can i do this. Thank a lot and sorry 
for my bad English. Platform: Android (Java)

Original issue reported on code.google.com by titovnik...@gmail.com on 10 May 2014 at 3:27