On Sunday, October 18, 2015 at 2:00:39 AM UTC-4, Mayu Shukla wrote:
>
>
> 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?
>

The config file is the one you specify on the command line.  Use  tesseract 
-h to get help on the command line structure:

$ 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 [email protected].
To post to this group, send email to [email protected].
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/313ad814-7ea8-4f3d-9aed-3eb334450975%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to