Guest User

Untitled

a guest
Nov 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Ptr<OCRTesseract> tess;
  2. tess = OCRTesseract::create(NULL, NULL, "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 3, 10);
  3.  
  4. tess->setWhiteList("ABCDEFGHIJKLMNOPQRSTUVWXYZ");
Add Comment
Please, Sign In to add comment