It looks like you haven't downloaded and installed the model files. Did you follow the instructions in the README?
Tom On Monday, April 15, 2013 2:17:58 PM UTC+2, Harald Heigl wrote: > > Okay I think I'm coming closer, since ocropus-recognize-book doesn't exist > any more, I'm using something a modified "run-test"-script: > > ocropus-nlbin "$1" -o temp > ocropus-sauvola "$1" -o temp > ocropus-gpageseg 'temp/????.bin.png' > ocropus-rpred 'temp/????/??????.bin.png' > ocropus-hocr 'temp/????.bin.png' -o temp.html > ocropus-visualize-results temp > ocropus-gtedit html temp/????/??????.bin.png -o temp-correction.html > > > > > But there it exits at ocropus-rpred with: > Traceback (most recent call last): > File "/usr/bin/ocropus-rpred", line 84, in <module> > network = ocrolib.load_object(args.model,verbose=1) > File "/usr/lib/python2.7/site-packages/ocrolib/common.py", line 428, > inload_object > fname = ocropus_find_file(fname) > File "/usr/lib/python2.7/site-packages/ocrolib/common.py", line 673, > inocropus_find_file > raise OcropusFileNotFound(fname) > ocrolib.common.OcropusFileNotFound: <OcropusFileNotFound uw3unlv.pyrnn.gz> > > > What am I missing? > > > -- You received this message because you are subscribed to the Google Groups "ocropus" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/ocropus/-/amdFBJaKVWcJ. For more options, visit https://groups.google.com/groups/opt_out.
