Skip to content

Releases: robertknight/tesseract-wasm

v0.10.0

30 Jan 20:18
Compare
Choose a tag to compare
  • Fix missing baseline info and wrong text angle in hOCR output 494d500
  • Update to Leptonica 1.83.1 8fcce89
  • Handle large input images by increasing max heap size to 1GB ad14dc8

v0.9.0...v0.10.0

v0.9.0

27 Jan 18:48
Compare
Choose a tag to compare
  • Add option to select between plain text and hOCR output in demo app e043eec
  • Add functions to get output in hOCR format d73a611
  • Update Safari support information b75605f

v0.8.0...v0.9.0

v0.8.0

17 Jan 19:42
Compare
Choose a tag to compare

v0.7.0...v0.8.0

v0.7.0

08 Jul 16:48
Compare
Choose a tag to compare

What's Changed

  • Add support for setting Tesseract configuration variables in OCREngine by @wydengyre in #52. Note that this is a feature for power-users and not all configuration variables will work in the WebAssembly/browser/Node environment.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Jul 16:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Jun 14:47
Compare
Choose a tag to compare

This release contains various improvements to the TypeScript types. See full comparison for details.

v0.4.0...v0.5.0

v0.4.0

05 Jun 09:08
Compare
Choose a tag to compare
  • Add simple orientation detection (#34). The initial implementation is fast but simplistic and works best for Latin text which is not all uppercase.
  • Add workaround for Chrome bug with handling of rotated images (#36)
  • Further reduce peak memory usage when loading images, reducing risk of hitting the current memory cap (#32)

v0.3.0

30 May 20:12
Compare
Choose a tag to compare
  • Support larger input images by reducing memory usage due to making multiple copies of input de4076f
  • Simplify installation of web demo app c1b39e2
  • Add supportsFastBuild helper for determining WASM build supported by current JS environment e25eea8

v0.2.0...v0.3.0

v0.2.0

29 May 11:52
Compare
Choose a tag to compare
  • Add ./node module export 97f2977
  • Added Node and web examples (#22, #20)