Hi you all,
I'm searching for a way to getting the bounding box coordinates of the characters in the tesseract-android-tool version. In the native API interface (TessBaseAPI.java) there isn't the native method for
static int TesseractExtractResult(char** string, int** lengths, float** costs, int** x0, int** y0, int** x1, int** y1, PAGE_RES* page_res);
which let's to obtain the character coords. I hope there is a way...
Thanks in advance