My additional problems are the same as issue 322 ( http://code.google.com/p/ocropus/issues/detail?id=322)
On Thursday, April 19, 2012 8:52:07 PM UTC-5, jbest wrote: > > Sorry, disregard this question. I've found at least a partial solution. > > First I discovered that I only ran ocroinst install and should have also > run ocroinst packages and ocroinst dl. > The dl portion is still in process but it appears that default.cmodel > won't be installed as only the following files are available in that > directory: > case.fst.bz2 > none.fst.bz2 > uw3unlv-240-4-60-g2.cmodel.bz2 > uw3unlv-240-8-40-nogeo.cmodel.bz2 > > I found a copy (maybe outdated?) of default.cmodel at: > > http://code.google.com/p/ocropus/source/browse/data/?repo=ocropy&r=250ebe910ebc149e6bca09827d49dc20d352a8ed > > Character recognition is working now I'm getting other errors at the > moment (ImportError: cannot import name fstutils > ) but I'll try to work though that to see if I missed anything else in the > install and build process. > > On Thursday, April 19, 2012 8:05:56 PM UTC-5, jbest wrote: >> >> I'm trying to get the current code (0.5) in the repository to install >> and successfully recognize text. >> >> When I use the command "ocropus 0003.png" I get some success but >> ultimately the error is "ocrolib.common.OcropusFileNotFound: >> <OcropusFileNotFound default.cmodel> >> exit 1" >> >> Today is my first attempt to getting OCRopus installed so maybe something >> didn't build correctly but I saw no obvious errors. I'm on Ubuntu 11.10. >> Is default.cmodel something that was supposed to be installed or do I >> have to generate that through training? >> >> Thanks for any assistance, >> Jason >> >> The full output is below: >> jason@BDI:~/Desktop/jbest-ocropus/jbest-ocropus$ ocropus 0003.png >> book directory _book-011042 >> # ocropus-preproc -o _book-011042 0003.png >> === 0003.png 1 (3300, 2560) >> (3324, 2591) (3324, 2591) >> # writing _book-011042/0001 (3324, 2591) (3324, 2591) >> # ocropus-prast _book-011042 >> === _book-011042/0001.png >> # loading _book-011042/0001.bin.png >> # segmenting >> # writing 50 lines >> # ocropus-lattices _book-011042 >> adding 49 files from _book-011042 >> added 0 files directly >> Traceback (most recent call last): >> File "/usr/local/bin/ocropus-lattices", line 82, in <module> >> cmodel = >> ocrolib.load_component(ocrolib.ocropus_find_file(options.model)) >> File "/usr/local/lib/python2.7/dist-packages/ocrolib/common.py", line >> 348, in ocropus_find_file >> raise OcropusFileNotFound(fname) >> ocrolib.common.OcropusFileNotFound: <OcropusFileNotFound default.cmodel> >> exit 1 >> >> -- You received this message because you are subscribed to the Google Groups "ocropus" group. To view this discussion on the web visit https://groups.google.com/d/msg/ocropus/-/My9njTqcxK0J. 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/ocropus?hl=en.
