Dear devTess,

I does not plan to implement delegate event at engine-level, so you should
manage your implementations at high-level.

Example:
     ....
     string result = _ocrProcessor.Apply(bitmap);
     List<Word> detectedWords = _ocrProcessor.RetriveResultDetail();
     .... // you can raise event/do some things here if you want...

Thanks,
Cong.

-----Original Message-----
From: tesseract-ocr@googlegroups.com [mailto:tesseract-ocr@googlegroups.com]
On Behalf Of devTess
Sent: Thursday, February 24, 2011 9:03 PM
To: tesseract-ocr
Subject: Re: Wrappers for tessearct3.01?

HI Cong Nguyen,
Exactly what I need.
Would you be implementing delegate event for the monitor class similar
to tessnet2.

Finally, someone did it. Thanks
J.

On Feb 21, 10:44 am, Cong Nguyen <congnguye...@gmail.com> wrote:
> Dear devTess,
>
> I have just implemented a simple .net wrapper:
>
> http://code.google.com/p/tesseractdotnet/w/list
>
> Hope it's helpful!
> Cong.

-- 
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com.
To unsubscribe from this group, send email to
tesseract-ocr+unsubscr...@googlegroups.com.
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 post to this group, send email to tesseract-ocr@googlegroups.com.
To unsubscribe from this group, send email to 
tesseract-ocr+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tesseract-ocr?hl=en.

Reply via email to