|
The OCR
engine can only be initialized once at a time, and cannot be accessed from
multiple threads in the same process simultaneously.
The
only way to use multiple instances of the OCR engine on the same PC is to run
completely separate instances of the application (running from separate
processes).
Also,
if you have an OCR session, you cannot access this session from multiple
threads. The thread that creates the session and initializes the engine should
be the same thread that adds a page and performs recognition, then shuts down
the engine.
This limitation is from the OCR engine itself and
cannot be overridden.
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|