I run windows 7 x64, and using tesseract and tessnet2 (I am using the 32bit version tessnet2_32, as well as having the compiler set to target x86).
I receive an error on the follow: ocr.Init(Application.StartupPath & "/tessdata", "ENG", False) I've appended the tessdata because: Unable to load unicharset file C:/Users/UserDocuments/Visual Studio 2008/Projects/Project/Project/bin/Debug/tessdata/\ENG.unicharset is the error that I receive ocr.Init(Application.StartupPath & "\tessdata", "ENG", False) results in Unable to load unicharset file C:/Users/UserDocuments/Visual Studio 2008/Projects/Project/Project/bin/Debug/\ENG.unicharset I have eng.unicharset in debug/tessdata It looks like it's trying to append the wrong kind of slash and is messing itself up. Any ideas?
-- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en.

