shwetapixlr / tesseract-ocr

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

Specify default language during compile? #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(I couldn't find out how to specify this as an enhancement rather than a
bug report.)

Tesseract has English language as the default language, even if it isn't
built with the English language files present. 

It would be nice if during the ./configure stage, an option
(--default-lang=fra?) could be specified so that tesseract need not be run
with the -l fra flag every time, but rather tesseract would know not to
look for the English language files and use instead the default specified
during the compile.

Alternatively, a ~/.tesseract.conf file could be generated wherein a
default language could be specified.

Original issue reported on code.google.com by pwcazen...@gmail.com on 13 Dec 2007 at 2:38

GoogleCodeExporter commented 9 years ago
Interesting idea. Another possibility would be for configure to find the 
available 
languages and pick one as the default.

Original comment by theraysm...@gmail.com on 28 Dec 2008 at 8:41

GoogleCodeExporter commented 9 years ago
Major stack issues fixed in 2.04.
Rest will be cleared up in 3.00.

Original comment by theraysm...@gmail.com on 3 Jun 2009 at 5:28