Page 1 of 1

Ciaconna: Resources for Greek OCR with Ocropus

Posted: May 24th, 2014, 11:59 am
by BruceRobertson
Most of the results at http://heml.mta.ca/lace are from the Gamera-based Rigaudon engine, which requires a parallel computing environment.

However, recently, I've been using that data to train a much simpler engine, Ocropus 0.7. If you have a Unix environment and are comfortable installing software, I'd love for you to try it out by getting the github repository at https://github.com/brobertson/ciaconna. You'll need to install Ocropus first, as these are wrapper scripts and classifiers built on top of it.

Of course, if you're interested in running OCR at home, you should also look at Nick White's fantastic work on Tesseract: http://ancientgreekocr.org/.

Re: Ciaconna: Resources for Greek OCR with Ocropus

Posted: May 29th, 2014, 8:51 am
by NathanSmith
BruceRobertson wrote:Most of the results at http://heml.mta.ca/lace are from the Gamera-based Rigaudon engine, which requires a parallel computing environment.
Can you share a bit about the computing environment you use?

Re: Ciaconna: Resources for Greek OCR with Ocropus

Posted: May 31st, 2014, 9:54 am
by BruceRobertson
The parallelization code assumes a Sun Grid Engine scheduler and 20 - 40 cores with shared memory, since that's what I had last year. The Gamera code requires many standard Python libraries. But as I say, for many uses the Ocropus-based 'Ciaconna' library is as good or better, and it doesn't really need any parallelization or special needs beside Ocropus itself.

Re: Ciaconna: Resources for Greek OCR with Ocropus

Posted: June 2nd, 2014, 9:39 pm
by NathanSmith
Cool, thanks for filling me in. We have some compute clusters at work, so I was curious what you were working with.