Sicos1977 / TesseractOCR

A .net library to work with Google's Tesseract
167 stars 21 forks source link

Concurrency #58

Closed ibrahim324 closed 7 months ago

ibrahim324 commented 7 months ago

Hello, Does an instance of the engine class allow for concurrent/parallel/asynchronous calls to the Process() Method? How would you handle scenarios where you want to ocr a whole directory, or lots of images in memory? Should i create an engine instance for every file?

Sicos1977 commented 7 months ago

You need to create an engine for every thread and than feed your documents to those threads