zer09 / tesseractdotnet

Automatically exported from code.google.com/p/tesseractdotnet
0 stars 0 forks source link

I can't use 3.2 version traineddata with 3.1 dll. #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.after 3.2, the eng.traineddata is big. > 20M. and if i use that in vs2012. 
exception told me : System.AccessViolationException. in :string iden = 
ocr.ToCR(bitmap);

and the command line display: actual_tessdata_num_entries_ <= 
TESSDATA_NUM_ENTRIES:Error:Assert faild: in file ..\ccutil\tessdatamanager.cpp, 
line48

if i use some little traineddata file , not that propblem . so please queickly 
build a 3.2 version please

Original issue reported on code.google.com by huangjin...@gmail.com on 12 Jan 2013 at 4:40

GoogleCodeExporter commented 9 years ago
I trying use 3.2 tesseract make a new little traineddata file. < 1M. but it's 
have same error. it's not about file size. it's about inside programming 
content. 

please can u build a 3.2 version tesseractdotnet dll file??

Original comment by huangjin...@gmail.com on 14 Jan 2013 at 4:01