> # running tests > ./test-seg-cuts ./data/testimages > terminate called after throwing an instance of 'char const*' > make: *** [check] Aborted
We haven't gotten all the test cases working again; it's probably nothing serious. > Ignoring this and running 'make install' anyway works, but when I try > > rehash (I use tcsh; then) > ocroscript recognize data/pages/alice_1.png > as the INSTALL file suggests, I get: > ocroscript: Command not found > (and it's definitely not in /usr/local/bin) We're trying to reduce the dependencies in the default build, so Tesseract, OpenFST, Lua, and tolua++ have been moved into separate projects (the dependency on Leptonica will also go away in 0.5). The default command is "ocropus", which is "pure" C++; it gives you some usage. For simple uses, try "ocropus page data/pages/alice_1.png" (it will not give you perfect output, we know that). Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
