0amitkumar0 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 3 forks source link

add x_boxes and x_confs to hocr output #799

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to add x_boxes and x_confs (char confidence & box) according the 
specifications in 
https://docs.google.com/document/preview?id=1QQnIQtvdAC_8n92-LhwPcjtAUFwBlzE8EWn
KAxlgVf0

I’m going to add a param to the config file, something like:
    hocr_gen_char_info  0|1

I’m going to add the code to the function:

“char* TessBaseAPI::GetHOCRText(int page_number)

In the file baseapi.cpp

Original issue reported on code.google.com by jluis...@gmail.com on 23 Nov 2012 at 1:22

GoogleCodeExporter commented 9 years ago
Were you able to add the x_boxes and x_confs to the hocr output? If so, has it 
been released? Where can I find it?

Thanks!

Original comment by cmi...@conservice.com on 19 Nov 2013 at 9:41

GoogleCodeExporter commented 9 years ago
Hi,

I am having error "parameter not found: hocr_gen_char_info"

What i want to do.

Many Thanks!

Original comment by babus...@gmail.com on 7 Apr 2014 at 8:40

GoogleCodeExporter commented 9 years ago
There is nothing like "hocr_gen_char_info" in tesseract. jluisray never created 
such patch...

Original comment by zde...@gmail.com on 7 Apr 2014 at 9:07