$ hg clone -r ocropus-0.6 https://code.google.com/p/ocropus
--
You received this message because you are subscribed to the Google Groups "ocropus" group.
To post to this group, send email to ocr...@googlegroups.com.
To unsubscribe from this group, send email to ocropus+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/ocropus/-/K5UQTyXoZf0J.
For more options, visit https://groups.google.com/groups/opt_out.
$ hg clone -r ocropus-0.6 https://code.google.com/p/ocropus
$ cd ocropus/ocropy
$ sudo apt-get install $(cat PACKAGES)
$ python setup.py download_models
$ sudo python setup.py install
$ ./run-test
successfully tested using script ./run-test
in ubuntu 12.04(64bit). I did not found
any problem so far.
System Requirements: The recommended system configuration is
Ubuntu 12.04 (64 bit) with at least 4 Gbytes of memory and
a fast processor.
-sriranga(79yrs)
That's right. Each of the sub projects is namespaced into its own repo.
John--
You received this message because you are subscribed to the Google Groups "ocropus" group.
To post to this group, send email to ocr...@googlegroups.com.
To unsubscribe from this group, send email to ocropus+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/ocropus/-/OMbA5AXwNwMJ.
Hi John, you're not doing anything wrong as far as I can tell. Looking at the repo, it looks like the ocropy directory has disappeared:
https://code.google.com/p/ocropus/source/browse/
On 16 November 2012 05:58, John Chew <pos...@gmail.com> wrote:I'm trying to download and install OCRopus for the first time on an old Ubuntu system (8.04.2).As per the instructions at https://code.google.com/p/ocropus/ I have entered:$ hg clone -r ocropus-0.6 https://code.google.com/p/ocropus