Node.js parallel execution

Parallel execution of a python process using Node.js’s cluster module, in order to simultaneously run OCR on scanned documents. The app can be installed on multiple servers and using a central
database where the jobs are stored, it can run multiple OCR processes on multiple servers.