# Tesseract.js v7.0.0 - Product: Tesseract.js (https://whatsnew.fyi/product/tesseract-js) - Vendor: naptha - Date: 2025-12-15 - Version: v7.0.0 - Original notes: https://github.com/naptha/tesseract.js/releases/tag/v7.0.0 - Permalink: https://whatsnew.fyi/product/tesseract-js/releases/v7.0.0 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'. --- - **added** — A new relaxedsimd build that takes advantage of the latest WASM and hardware capabilities - **changed** — Significant improvements to recognition speed, with runtimes reduced by approximately 15-35% depending on device and use-case - **removed** — Dropped support for Node.js v14 ##### What's Changed * Significant improvements to recognition speed (by @fanchenkong1 in https://github.com/naptha/tesseract.js/pull/1039) * A new `relaxedsimd` build takes advantage of the latest WASM and hardware capabilities. * Upgrading from v6 to v7 reduces runtimes by ~15-35% (depending on device and use-case). The highest uplifts are currently seen on the latest Intel processors. * Dropped support for Node.js v14. * Various minor changes ##### New Contributors * @hata6502 made their first contribution in https://github.com/naptha/tesseract.js/pull/1035 * @fanchenkong1 made their first contribution in https://github.com/naptha/tesseract.js/pull/1039 **Full Changelog**: https://github.com/naptha/tesseract.js/compare/v6.0.1...v7.0.0