jacklicn / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

chi_tra.traineddata error #502

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have set chi_tra as the language
tess->Init([dataPath cStringUsingEncoding:NSUTF8StringEncoding], "chi_sim");

When the program run till below code, it crash.
char* text = tess->TesseractRect(imageData,
                                     bytes_per_pixel,
                                     bytes_per_line,
                                     0, 0,
                                     imageSize.width, imageSize.height); 

The error occur, Please anyone can help?

Original issue reported on code.google.com by canmm...@gmail.com on 15 Jun 2011 at 5:51

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Can you try the latest svn revision?

Can you try to run 'tesseract image.tif output -l chi_tra'?

Original comment by zde...@gmail.com on 22 Feb 2012 at 8:41

GoogleCodeExporter commented 9 years ago
Closed because of missing input from reporter

Original comment by zde...@gmail.com on 17 Apr 2012 at 7:27