Migrations

4.0.0

Breaking changes introduced with nut.js version 4.0.0

OCR confidence override not working

A flaw in how confidence values were passed down to image- and text-search providers kept custom ocrConfidence values from being used. This required a re-design how confidence values are handled.

Required changes from a users perspective

You'll need to upgrade your provider packages to their latest versions which have been released in line with nut.js 4.0.0.

That is:

  • @nut-tree/plugin-ocr@2.0.1
  • @nut-tree/plugin-azure@2.0.1
  • @nut-tree/nl-matcher@3.0.0

Required node version

nut.js 4.0.0 updated dependencies which raised the minimum required node version to node 16 or later.