if you have multiple files to recognise, it should be fairly trivial to write a c++ program that invokes tesseract, but in different threads. this does not require tesseract to be thread safe at all, the processes never interact because they are operating on different images
On Aug 18, 11:03 pm, Ab <[email protected]> wrote: > Hi, > > I am using Tesseract in a multi threaded mode (in C++, Windows) i.e. > multiple threads will be doing OCR of different images concurrently. > I've based my code off the tesseract.exe project. > > Does Tesseract support multi threads? > > Thanks, > Ab --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

