Releases: naptha/tesseract.js
Releases · naptha/tesseract.js
v3.0.2
What's Changed
- Updated to Tesseract.js-core v.3.0.1 (uses Tesseract v5.1.0)
- Added SIMD-enabled build, automatic detection of supported devices
- Fix caching of bad langData responses by @andreialecu in #585
- Added benchmark code and assets per #628 by @Balearica in #629
- Replaced child_process with worker_threads per #630 by @Balearica in #631
- Updated to webpack 5 for compatibility with Node.js 18 by @Balearica in #640
New Contributors
- @andreialecu made their first contribution in #585
- @SusanDoggie made their first contribution in #621
Full Changelog: v2.1.5...v3.0.2
Tesseract.js v2.1.5
- Add language constants (thanks to @stonefruit )
- Add user job id to logger (thanks to @Miguelm3)
- Fix env selection bug in electron (thanks to @LoginovIlya)
Tesseract.js v2.1.4
- Fix Electron WebView (thanks to @CedricCouton )
- Fix security vulnerabilities by upgrading packages
- Migrate from Travis CI to Github Actions
- Add CodeQL scanning
Tesseract.js v2.1.3
- Fix EXIF issue when using base64 input format
- Update FS tests
Tesseract.js v2.1.2
Fix EXIF issue
Tesseract.js v2.1.1
Add message when loading *.traineddata from cache
Tesseract.js v2.1.0
Major Changes
- Upgrade to emscripten 1.39.10 upstream
- Upgrade to tesseract v4.1.1
- Add FS functions: writeText, readText, removeFile, FS
Minor Changes
- Fix errors in typescript definition file (src/index.d.ts)
- Verify user_defined_dpi in Worker.setParameters
- Update gitpod configuration
- Fix security issues by
npm audit fix --force
Tesseract.js v2.0.2
Minor Changes:
- Update is-url
- Fix Worker.terminate() bug
Tesseract.js v2.0.1
Major Changes:
- Add tesseract.js logo
- Update Worker.recognize() API, now only one rectangle can be passed to options
- Add Electron support, example repo
Minor Changes:
- Add Microsoft Edge example
- Remove axios
- Add webpack bundle analyzer
Tesseract.js v2.0.0
Production Release 🎆 🎆 🎆