Using GetHOCRText(0) method in tesseract I\'m able to retrieve the text in html and on presenting the html in webview i\'m able get the text but the postion of text in image is
GetBoxText() method will return exact position of each characters in an array.
GetBoxText()
char *boxtext = _tesseract->GetBoxText(0); NSString* aBoxText = [NSString stringWithUTF8String:boxtext];