-
Notifications
You must be signed in to change notification settings - Fork 15
Add support for GNU Parallel #6
Comments
I already have a parallel job control function which is portable to bsd and mac. What's the purpose here ? |
Yes, Tesseract does not support all cores by default, but your point that it running on multiple computers sounds very useful too! |
It's called "poor man" ocr service, running on multiple cores should be enough :) I've commited some quick and dirty parallel execution work. Please test it and tell me if it works for you. |
Just gave it a try and seems to work just fine..! I set the process limit to 3 on a system with 4 cores, I'll monitor if it uses more than 3 but so far it looks stable. |
Commited what should become v1.5. |
tested v1.5 and runs well. Also integrated instructions to run a new instance as outlined in Issue-7, it all seems stable! |
The batch and service modes of pmOCR seem like good candidates to integrate Parallel
I'm not sure which would be the best way to do it but I'd be willing collaborate on it
The text was updated successfully, but these errors were encountered: