Hi,
 
there is a wrapper :
 

void ofxTesseract::setAccuracy(Accuracy accuracy) {

        tess.SetAccuracyVSpeed((tesseract::AccuracyVSpeed) accuracy);

}

 

In openFrameworks - tesseract.

 

But I can't find the function SetAccuracyVSpeed(...) in r724 in tesseract C++ .

 

In what file(class) there is the function ? How to call it ?

 

Thanks.

 

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com
To unsubscribe from this group, send email to
tesseract-ocr+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to