UNPKG

tesseract.js

Version:
13 lines (10 loc) 282 B
'use strict'; const path = require('path'); const defaultOptions = require('../../constants/defaultOptions'); /* * Default options for node worker */ module.exports = { ...defaultOptions, workerPath: path.join(__dirname, '..', '..', 'worker-script', 'node', 'index.js'), };