Skip to content

Commit 43bfbbd

Browse files
authored
Merge pull request #398 from shelfio/feature/OPS-5073-node-v22-upgrade
OPS-5073 Update version
2 parents d87c86b + c2d3b02 commit 43bfbbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shelf/aws-lambda-tesseract",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "6 MB Tesseract 4.1 (with English training data) to fit inside AWS Lambda",
55
"keywords": [
66
"aws",

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ $ yarn add @shelf/aws-lambda-tesseract
2020

2121
`5.x` works for Node 18.x runtime and compiled with **Tesseract 5.3.3**. It works with arm64 CPUs.
2222

23+
`6.x` works for Node 22.x runtime and compiled with **Tesseract 5.3.3**. It works with arm64 CPUs.
24+
2325
## How does it work?
2426

2527
This package contains an archive with [Tesseract 5.3.3](https://github.com/tesseract-ocr/tesseract) compiled for usage in AWS Lambda environment.

0 commit comments

Comments
 (0)