Hi, > It has taken much longer than expected, but the new OCRopus > repositories are finally up and running. > > You can pull the code from: > > http://mercurial.iupr.org/ > > That's using the Mercurial version control system. Switching to > Mercurial also makes it easier for you to work directly on OCRopus and > supply patches and enhancements.
Thanks for that. Here is a short (and probably incomplete) description how to get it to work on Ubuntu 9.04. *Get the Mercurial client* "sudo apt-get install mercurial" *Get scons* "sudo apt-get install scons" *Install iulib* "hg clone http://mercurial.iupr.org/iulib/" "cd iulib" "scons" "sudo scons install" *Additional Dependencies* You need the following additional software (additionally to the requirement of the previous versions): - GNU Scientific Library (libgsl0dbl and libgsl0-dev in Ubuntu) There should be a configure test for this. - Install Tesseract as usual (from Subversion to /usr/local) *Install ocrocore* "hg clone http://mercurial.iupr.org/ocrocore/" "cd ocrocore" "./build --with-tesseract=/usr/local" "make" Am I right that the Python bindings are broken as long as the Lua bindings are missing? Best, Christian --~--~---------~--~----~------------~-------~--~----~ 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 this group at http://groups.google.com/group/ocropus?hl=en -~----------~----~----~----~------~----~------~--~---
