# Tesseract.js v5.0.4 - Product: Tesseract.js (https://whatsnew.fyi/product/tesseract-js) - Vendor: naptha - Date: 2023-12-24 - Version: v5.0.4 - Original notes: https://github.com/naptha/tesseract.js/releases/tag/v5.0.4 - Permalink: https://whatsnew.fyi/product/tesseract-js/releases/v5.0.4 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Support for setting "init only" parameters using the config option of createWorker, such as load_number_dawg ##### What's Changed * Fixed support for setting "init only" parameters using `config` option of `createWorker` (#862) - For example, `load_number_dawg` is an "init only" parameter that cannot be set using either `worker.setParameters` or the `options` argument of `worker.recognize`. - However, `load_number_dawg` can be set by the following `createWorker` statement. - `createWorker('eng', "0", {}, {load_number_dawg: "0"});` * Improvements to documentation ##### New Contributors * @rnwst made their first contribution in https://github.com/naptha/tesseract.js/pull/852 **Full Changelog**: https://github.com/naptha/tesseract.js/compare/v5.0.3...v5.0.4