Hi,
does anyone have a good tesseract example or tutorial. I dont get it how to use the paramemters?
I tried:
`string test;
Ptr ocr = text::OCRTesseract::create();
ocr->run(getSrcImg(), test); `
the API at http://docs.opencv.org/master/d7/ddc/classcv_1_1text_1_1OCRTesseract.html#gsc.tab=0
doesn't help me since I am not familiar with the functions and it's inputs.
↧