There is also the TessBaseAPI::PrintVariables method, which includes all 
the ones listed below plus a bunch of internal variables.

FILE* fp = fopen(out_path.c_str(), "w");
if(fp != NULL)
{
    tess_api->PrintVariables(fp);
    fclose(fp);
}

On Monday, June 27, 2011 2:22:45 AM UTC-7, 8flm6 wrote:
>
> Hello Group, 
> I'm just wondering whether there is a manual or documentation, where 
> all variables are listed, 
> which can be adjusted by TessBaseAPI::SetVariable()? It would be a 
> huge relief to have those settings documented at a central point. 
>
> thank in advance

-- 
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

Reply via email to