UNPKG

tesseract.js

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