Releases: naptha/tesseract.js
Releases 路 naptha/tesseract.js
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 馃巻 馃巻 馃巻
Release Tesseract.js v2.0.0-beta.2
Minor Changes:
- Fix Debugger port conflict issue in Node.js environment.
- Remove the use of resolve-url in web worker
Release Tesseract.js v2.0.0-beta.1
Breaking Changes:
- Refactor core APIs
- Rewrite APIs to be more imperative
- Add Scheduler
Minor Changes:
- Update index.d.ts to support TypeScript
Release Tesseract.js v2.0.0-alpha.16
Minor Changes:
- Add workerBlobURL option to allow loading worker script without Blob
- Remove node-fetch
- Add isBrowser to resolve DOMException undfined issue in node
- Upgrade to tesseract.js-core v2.0.0-beta.12