defaultOptions.js 272 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 module.exports = { /* * default path for downloading *.traineddata */ langPath: 'https://tessdata.projectnaptha.com/4.0.0', /* * Use BlobURL for worker script by default * TODO: remove this option * */ workerBlobURL: true, logger: () => {}, };