Hello, 
I am using Tesseract for c++, version 3.02
My init is like this: 
api = new tesseract::TessBaseAPI();
auto result = api->Init(path.c_str(), "eng", 
classifierToEnum(clasifier),configs, configs_size,&pars_vec,
&pars_values, false);
api->SetPageSegMode(tesseract::PSM_AUTO);
api->SetVariable("tessedit_char_whitelist", 
"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefghijklmnopqrstuvwxyz-.,:\"=@/#'+%&;*");
this->api->SetVariable("classify_enable_learning", "0");
this->api->SetVariable("classify_enable_adaptive_matcher", "0"); 

The result for this images is different, and the only difference between 
the image is the size of the background. 
Can someone help me to understand what is happening?



-- 
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 https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/33692a4a-6838-4c63-9650-4092fa472727%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to