Skip to content

Releases: naptha/tesseract.js

Release Tesseract.js v2.0.0-beta.2

28 Oct 08:42
Compare
Choose a tag to compare
Pre-release

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

18 Dec 14:55
Compare
Choose a tag to compare
Pre-release

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

18 Dec 15:00
Compare
Choose a tag to compare
Pre-release

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

25 Aug 09:55
Compare
Choose a tag to compare
Pre-release

Fix:

  • Page Segmentation Mode works now.

Release Tesseract.js v2.0.0-alpha.13

24 Jul 00:12
Compare
Choose a tag to compare
Pre-release

Thanks to @TheBlune for PR.

New Feature:

  • Support Blob format in browser.

Release Tesseract.js v2.0.0-alpha.12

16 Jul 13:46
Compare
Choose a tag to compare
Pre-release

Thanks for contributions from @nisarhassan12, @iscoolapp, @tmcw and @monkeywithacupcake !!

Breaking Changes:

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

02 Jul 15:04
Compare
Choose a tag to compare
Pre-release

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

02 Jun 03:14
Compare
Choose a tag to compare
Pre-release
  • Update tesseract.js-utils to support loading language data as a binary array.

Release Tesseract.js v2.0.0-alpha.10

02 Jun 03:16
Compare
Choose a tag to compare
Pre-release
  • Dump hocr, tsv, box, unlv, osd information in final result

Tesseract.js v2.0.0-alpha.8

22 May 08:01
Compare
Choose a tag to compare
Pre-release
  • 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)