Re: Python tesseract: Not getting x_wconf in GetHOCRText

2013-10-24 Thread Quan Nguyen
The Tesseract 3.02.03 I use outputs hOCR file with x_wconf values. On Tuesday, October 22, 2013 7:55:41 PM UTC-5, Nicolas Meunier wrote: > > Hi, > > I am trying to get a bounding box for each word on a page with its > confidence. (either for each word or each letter). I've seen people getting >

Python tesseract: Not getting x_wconf in GetHOCRText

2013-10-22 Thread Nicolas Meunier
Hi, I am trying to get a bounding box for each word on a page with its confidence. (either for each word or each letter). I've seen people getting a x_wconf value with GetHOCRText but that value is not present in my response. Command line: tesseract -v returns 3.02.02 I build python-tesseract