Hello Everyone:
Thanks for updating the ocropus build process for F10 & Tesseract,
Tom.
I pulled today's version of Ocropus from Mercurial.
I tried building with scons, but got:
AssertionError: :
File "/home/joshr/src/ocropus/ocropus/SConstruct", line 142:
assert conf.CheckLibWithHeader('lept', ['stdlib.h', 'stdio.h',
'allheaders.h'], 'C')
However, I was able to build successfully via:
% ./build
% ./configure --without-tesseract --without-leptonica
% make
(there were some warnings, but I'll ignore them for now. Let me know
if you want me to send them over)
Now, when I run 'make check' as the code suggests, I get:
% make check
Making check in .
make[1]: Entering directory `/home/user/src/ocropus/ocropus'
make test-seg-cuts test-binarize-sauvola test-ocr-utils test-narray-
io
make[2]: Entering directory `/home/user/src/ocropus/ocropus'
make[2]: `test-seg-cuts' is up to date.
make[2]: `test-binarize-sauvola' is up to date.
make[2]: `test-ocr-utils' is up to date.
make[2]: `test-narray-io' is up to date.
make[2]: Leaving directory `/home/user/src/ocropus/ocropus'
make[1]: Leaving directory `/home/user/src/ocropus/ocropus'
# running tests
./test-seg-cuts ./data/testimages
terminate called after throwing an instance of 'char const*'
make: *** [check] Aborted
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)
Thought you'd want to know. I'm looking forward to getting this
working! Let me know if I can offer any additional assistance. I look
forward to hearing back.
Best,
jrobinson852
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---