Hi, I use this path Z:\dev\cs\tessdata and it work great.
/ is use in Unix world, tesseract is "unix" path mode \ is use in Windows world. Use \ it's ok You mus have all the 8 files present in tessdata directory fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto fra.pffmtable fra.unicharset fra.user-words fra.word-dawg Rémi On Jan 14, 11:21 pm, scMad <[email protected]> wrote: > 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.

