Hi everyone, I did originally try to install the source from SVN, but could never get it to work for various reasons. Eventually i just installed with Homebrew which was easy and effective. Tesseract worked and I've been testing with it ever since, but it appears to be an "incomplete" install as I don't see a lot of the system files that are mentioned by others in posts to this group.
So I had to suck it up and go back to trying to install tesseract from SVN. The problem is my Mac is on OS X.8, so I first had to install MacPorts so that I could install autoconf, automake and libtools along with leptonica. Then I had to add aclocal to my $PATH so autogen.sh would work. Then I could follow the steps on https://code.google.com/p/tesseract-ocr/wiki/TesseractSvnInstallation (skipping the apt-get part since I did that with MacPorts instead.) Then I had to set $TESSDATA_PREFIX to my new dir. Now it's working and I can see word confidence levels too. Thanks for all the help and suggestions. On Friday, June 28, 2013 9:11:32 PM UTC-5, matthew christy wrote: > > Like a lot of people ( > https://groups.google.com/forum/#!topic/tesseract-ocr/-m3WQ6FAbMw) I've been > trying to get word confidence values to appear in the hOCR output with > Tesseract 3.02.02. Despite reading several posts that indicate that it just > works, I am not getting any x_wconf values in the output. > > I did find this > https://code.google.com/p/tesseract-ocr/issues/detail?id=748 and this > https://code.google.com/p/tesseract-ocr/source/detail?r=806 which > indicate that it isn't working anymore in 3.02. These posts say that I can > patch the code to get it working, but there's no indication of how to apply > the patch. I also thought of just changing the code, but I don't see a > baseapi.cpp file anywhere in my tesseract install folders. So, I'm not sure > what to do now. > > Can anyone tell me: > > Whether word confidence is or isn't working in Tesseract 3.02.02? > Is there some parm or value that goes in my config file besides the > "tessedit_create_hocr 1" that I already have? > How do I apply a patch? > Why don't I have a baseapi.cpp file in my install? > > Any help would be appreciated. > Thanks > -- -- 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 --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

