Re: How to check when OCRing is finished

2010-05-03 Thread Chris Rebert
On Mon, May 3, 2010 at 8:44 AM, varnikat t wrote: > Hi, > How to check if OCR engine  like cuneiform,ocropus,ocrad OCRing an image has > completed the job if running it from a  python program? > > I am using a progress bar on the front end to show the OCRing progress > happening in background but

How to check when OCRing is finished

2010-05-03 Thread varnikat t
Hi, How to check if OCR engine like cuneiform,ocropus,ocrad OCRing an image has completed the job if running it from a python program? I am using a progress bar on the front end to show the OCRing progress happening in background but how to stop progress bar automatically when OCRing is done. A