You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
When using the following code:
tesseract::TessBaseAPI tess;
int result = tesseract.Init(argv[0], lang);
Init will return -1, indication that something went wrong. I know the
tessdata is in the right location (if I move it I get an actual error
message), but I can't seem to figure out why Init() is not working
now. How can I get more info about what is going wrong?