UNPKG

tesseract.js

Version:
11 lines (10 loc) 154 B
/** * terminateWorker * * @name terminateWorker * @function kill worker * @access public */ module.exports = (worker) => { worker.terminate(); };