On Thu, Mar 8, 2012 at 12:06 PM, TP <[email protected]> wrote: > you can use it's "ffind" command to display all (most? > some?) configuration parameters defined in the tesseract-ocr source > files
Addendum: The following TCC/LE ffind command gives a more "complete" listing of parameters than the one given in [1]: ffind /s/v/c/t"_VAR_H" *.h | list/s (about 600). I haven't closely looked at this to figure out what the differences are. I know from looking at the preprocessor output for string parameters that the _VAR_H macro creates the member but doesn't initialize it (despite the presence of an initial value arg). It's the corresponding _MEMBER macro that actually inits the param. Maybe params whose initial state is zero don't need to be initialialized any further (although that seems like sloppy programming to me)? [1] http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/tools.html#id2 -- 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

