Releases: naptha/tesseract.js
Releases · naptha/tesseract.js
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
Release Tesseract.js v2.0.0-alpha.15
Fix:
- Page Segmentation Mode works now.
Release Tesseract.js v2.0.0-alpha.13
Release Tesseract.js v2.0.0-alpha.12
Thanks for contributions from @nisarhassan12, @iscoolapp, @tmcw and @monkeywithacupcake !!
Breaking Changes:
- Names of parameters are adjusted to make it more consistent.
Major update:
- Now you can recognize only part of the image, check example HERE
- detect() and recognize() is now thenable, check HERE
New features:
- Add Open Collective
- Add Gitpod support
Release Tesseract.js v2.0.0-alpha.11
Thanks to @HoldYourWaffle, @tmcw and @antonrifco for PRs.
Major changes:
- Default OCR Engine Mode changes to LSTM_ONLY
Minor changes:
- Remove LFS support
- Enable new image formats
- Buffer (Node.js only)
- Base64 string
- Fix process issue (for angular.js)
Release Tesseract.js v2.0.0-alpha.9
- Update tesseract.js-utils to support loading language data as a binary array.
Release Tesseract.js v2.0.0-alpha.10
- Dump hocr, tsv, box, unlv, osd information in final result
Tesseract.js v2.0.0-alpha.8
- Ignore DOMException in loadLang for now (a weird issue in Google Chrome)
- Update documents about how to train your own data.
- Minor restructure tests folder
- Fix lint error
- Add babel-loader to transpile code to pure es5 (for browser compatibility)