Hi Renard, I am learning java and I implemented and ocr android app using tesseract. I took a look in your github repo but I can't figure it out what methods you have added to update the progress...Can you please describe me exactly you modified and how do you call them so I can get progress? Thanks!
On Saturday, January 4, 2014 1:46:11 AM UTC+2, Renard Wellnitz wrote: > > Thats what i did for my tesseract app. I added a callback method to the > monitor class that updated my ui. Its just an extra couple of line of code > you have to add to tesseract. > > https://github.com/renard314/textfairy > > Am Mittwoch, 11. Dezember 2013 00:54:25 UTC+1 schrieb Christian Haake: >> >> >> >> On Saturday, January 12, 2013 9:21:31 PM UTC+1, Dmitri Silaev wrote: >>> >>> Did you try using int Recognize(ETEXT_DESC* monitor) with a non-NULL >>> monitor? It updates monitor->progress in some way. And I suspect there is >>> no more elegant way to know about the updates except polling this memory >>> location periodically (e.g once in a second) from another thread. >>> >> >> This is exactly what I was searching for... Thanks Dmitri >> > -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" 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/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

