But i am not able to understand where to look for and which config file in config folder,since there are many. which one tesseract calls and how it works?
$ tesseract -h
Usage:
tesseract imagename|stdin outputbase|stdout [options...] [configfile...]
OCR options:
--tessdata-dir /path specify the location of tessdata path
--user-words /path/to/file specify the location of user words file
--user-patterns /path/to/file specify the location of user patterns file
-l lang[+lang] specify language(s) used for OCR
-c configvar=value set value for control parameter.
Multiple -c arguments are allowed.
-psm pagesegmode specify page segmentation mode.
These options must occur before any configfile.
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/5de7297c-c8d4-42ad-8580-ed0a1644ca97%40googlegroups.com.
ohhh... i got it.