I had downloaded in *ubuntu 12.04(64bit)* successfully as per installation laid down in the ocropus project. Extract of installation is reproduced below:
$ 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) On Fri, Nov 16, 2012 at 2:18 AM, Tim McNamara <[email protected]>wrote: > That's right. Each of the sub projects is namespaced into its own repo. > > Try: > > hg clone https://code.google.com/p/ocropus.ocropy/ > > See also http://code.google.com/p/ocropus/source/checkout?repo=ocropy. > You can change repositories by using the dropdown on the top right. > > Tim McNamara > Professional \\ paperlessprojects.com > Personal \\ @timClicks <http://twitter.com/timClicks> | > timmcnamara.co.nz > > > > On 16 November 2012 09:01, Tom Morris <[email protected]> wrote: > >> It looks to me like there are multiple repositories there. Perhaps try >> http://code.google.com/p/ocropus/source/list?repo=ocropy >> >> Tom >> >> >> On Thu, Nov 15, 2012 at 2:09 PM, Tim McNamara <[email protected]>wrote: >> >>> 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 <[email protected]> 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 >>>> >>>> >>>> Here's the result: >>>> >>>> > hg clone https://code.google.com/p/ocropus/ >>>> destination directory: ocropus >>>> requesting all changes >>>> adding changesets >>>> adding manifests >>>> adding file changes >>>> added 128 changesets with 173 changes to 19 files >>>> updating working directory >>>> 11 files updated, 0 files merged, 0 files removed, 0 files unresolved >>>> > ls -l ocropus >>>> total 16 >>>> drwxr-xr-x 2 poslfit poslfit 4096 2012-11-15 09:49 fraktur-boxes >>>> drwxr-xr-x 2 poslfit poslfit 4096 2012-11-15 09:49 historic-newspaper >>>> -rw-r--r-- 1 poslfit poslfit 603 2012-11-15 09:49 README >>>> drwxr-xr-x 2 poslfit poslfit 4096 2012-11-15 09:49 uw3-500 >>>> > >>>> >>>> I appear to be missing ocropus/ocropy, and can't proceed any further. >>>> >>>> Could someone tell me what I'm doing wrong? >>>> >>>> Thanks, >>>> John >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "ocropus" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> 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. >>>> >>>> >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "ocropus" 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 https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ocropus" 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 https://groups.google.com/groups/opt_out. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "ocropus" 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 https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "ocropus" 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 https://groups.google.com/groups/opt_out.
