This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Saturday, July 25, 2009 5:53:42 AM(UTC)
Groups: Registered
Posts: 1
environment :
LEADTOOLS V16
C#
I'm developing a program with WinForm (c#)
it keeps monitoring designated image directory ( timer event : interval 1000 millisecs )
if file exists, i wanna process OCR recognizing
so this program have 2 thread (main UI thread, and timer thread)
then, must i enable the ltthunkserver.exe ?
ocrEngine = OcrEngineManager.CreateEngine(OcrEngineType.Plus, True)
but this causes lower speed of OCR
#2
Posted
:
Sunday, July 26, 2009 5:55:02 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If your application uses all the OCR engine functions in one and only one thread, you do not need to enable the Thunk Server, even if your application has other threads.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.