Skip to content

Releases: robertknight/tesseract-wasm

v0.11.0

24 Oct 14:19

Choose a tag to compare

  • Configure Emscripten to disable dynamic execution d9ba7a1
  • Support newer cmake versions 4bf6400
  • Update GitHub CI actions to current versions 3d3e84f
  • Update Ubuntu in GitHub Actions c51247d
  • Fix a couple of code mistakes in the docs ec65c4e
  • Update min Safari version for SIMD eeaa628
  • upgrade typescript to 4.9.5 74e553a
  • upgrade comlink to 4.4.1 95dd131
  • Bump dependencies in examples 82bac84
  • Update to EMSDK 3.1.31 9815346

v0.10.0...v0.11.0

v0.10.0

30 Jan 20:18

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

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

Choose a tag to compare

v0.7.0...v0.8.0

v0.7.0

08 Jul 16:48

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

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

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

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

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

Choose a tag to compare

  • Add ./node module export 97f2977
  • Added Node and web examples (#22, #20)