UNPKG

albertgao.common-electron

Version:

个人常用的nodejs/electron模块

8 lines (7 loc) 214 B
process.on('message', async ({ img }) => { const Tesseract = require('tesseract.js') const { data: { text } // : { text } } = await Tesseract.recognize(img, 'eng+chi_sim', {}) process.send({ text }) })