Skip to content

Releases: naptha/tesseract.js

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)

Tesseract.js v2.0.0-alpha.7

18 May 03:06
Compare
Choose a tag to compare
Pre-release

Add pdf_auto_download and pdf_bin parameters to support custom handling of pdf binary data.

Tesseract.js v2.0.0-alpha.6

17 May 09:02
Compare
Choose a tag to compare
Pre-release
  • Fix ocr engine mode issue
  • Fix page seg mode issue
  • Support pdf output

Tesseract.js v1.0.19

14 May 04:03
Compare
Choose a tag to compare
  • Remove crossorigin.me in loadImage to prevent security issues.
  • Add application/javascript type when initializing Worker
  • Enhance README