Hi all
Is it possible to get font name of each character's after Tesseract
engine recogniztion procedure?
const EANYCODE_CHAR* ch = &output->text[i];
I am not sure if it is the font_index whcih is under the stucture
"EANYCODE_CHAR" is what I am looking for.
typedef struct /*single character */
{ .
.
inT16 font_index; /*what font (0) */
.
} EANYCODE_CHAR; /*single character */
Since I can't find the mapping as "font_index 1024 = Times New Roman"
in the source code.
Any help and suggestion is appreciate .
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en
-~----------~----~----~----~------~----~------~--~---