From e3c4a6bc6eb2d3da3831c3e2ea6d4e4bd7a7959f Mon Sep 17 00:00:00 2001 From: Balearica Date: Fri, 19 Aug 2022 21:23:52 -0700 Subject: [PATCH] Updated README for version 3 --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 20ece80..4807a1e 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,6 @@ [![Downloads Total](https://img.shields.io/npm/dt/tesseract.js.svg)](https://www.npmjs.com/package/tesseract.js) [![Downloads Month](https://img.shields.io/npm/dm/tesseract.js.svg)](https://www.npmjs.com/package/tesseract.js) -

- Version 2 is now available and under development in the master branch, read a story about v2: Why I refactor tesseract.js v2?
- Check the support/1.x branch for version 1 -

- -
- Tesseract.js is a javascript library that gets words in [almost any language](./docs/tesseract_lang_list.md) out of images. ([Demo](http://tesseract.projectnaptha.com/)) Image Recognition @@ -69,6 +62,16 @@ const worker = createWorker({ [Check out the docs](#documentation) for a full explanation of the API. +## Major changes in v3 +- Significantly faster performance + - Runtime reduction of 84% for Browser and 96% for Node.js when recognizing the [example images](./examples/data) +- Upgrade to Tesseract v5.1.0 (using emscripten 3.1.18) +- Added SIMD-enabled build for supported devices +- Added support: + - Node.js version 18 +- Removed support: + - ASM.js version, any other old versions of Tesseract.js-core (<3.0.0) + - Node.js versions 10 and 12 ## Major changes in v2 - Upgrade to tesseract v4.1.1 (using emscripten 1.39.10 upstream) @@ -77,7 +80,8 @@ const worker = createWorker({ - Support WebAssembly (fallback to ASM.js when browser doesn't support) - Support Typescript - +Read a story about v2: Why I refactor tesseract.js v2?
+ Check the support/1.x branch for version 1 ## Installation Tesseract.js works with a `