Nick White
unread,Jun 12, 2013, 12:19:01 PM6/12/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesser...@googlegroups.com
Hi Florian.
The only training included with Tesseract that uses bigram dawg
files is eng, and the eng.config only has these 2 relevant entries:
load_bigram_dawg True
tessedit_enable_bigram_correction True
So I guess you're providing Tesseract all it needs. You could look
for the "verified by bigram model" reference in the code and see if
there is any useful nearby code that is controlled by a config
variable.
I don't think many people use bigram dawgs, so it's possible it
isn't very mature / useful. The cube code seems to be lots more
bigram focused, but we can't train for that yet...
Good luck, and let us know how you get on.
Nick