Aws Lambda Tesseract Versions Save

6 MB Tesseract (with English training data) to fit inside AWS Lambda

v5.2.0

7 months ago

What's Changed

Full Changelog: https://github.com/shelfio/aws-lambda-tesseract/compare/v5.1.0...v5.2.0

v5.1.0

7 months ago

What's Changed

Full Changelog: https://github.com/shelfio/aws-lambda-tesseract/compare/v5.0.0...v5.1.0

v5.0.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/shelfio/aws-lambda-tesseract/compare/v4.0.3...v5.0.0

v4.0.3

2 years ago
  • Re-compiled for x86_64. The previous version was mistakenly compiled for ARM

v4.0.1

2 years ago
  • Upgrade to Tesseract 5.1.0 (previous version 4.1.0 was 3 years old!)
  • Upgrade to Node 16.x (requires node 16 lambda runtime)

https://github.com/shelfio/aws-lambda-tesseract/compare/v3.0.0...v4.0.1

v3.0.0

4 years ago
  • Upgrade to Node v12 (#139) df5802a
  • docs: update readme 80d9bf3

https://github.com/shelfio/aws-lambda-tesseract/compare/v2.1.0...v3.0.0

v2.1.0

4 years ago

v2.0.0

5 years ago
  • feat: recompile for Node 10.x runtime 70d5d01
  • test: add smoke test script 2374943
  • feat: used the latest stable version of Tesseract (it was beta before)
  • perf: reduced binary size in 2 times (from 11 MB to 5.9 MB)

https://github.com/shelfio/aws-lambda-tesseract/compare/v1.3.2...v2.0.0