Skip to content

Commit

Permalink
chore: bump tesseract to 5.4.1 & leptonica to 1.84.1 (#238)
Browse files Browse the repository at this point in the history
* chore: bump tesseract to 5.4.1 & leptonica to 1.84.1

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: bweigel <bweigel@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent 746c8ed commit 913be30
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.al1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM lambci/lambda-base:build

ARG LEPTONICA_VERSION=1.84.1
ARG TESSERACT_VERSION=5.4.0
ARG TESSERACT_VERSION=5.4.1
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
ARG TMP_BUILD=/tmp
ARG TESSERACT=/opt/tesseract
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.al2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM public.ecr.aws/sam/build-provided.al2:1.97

ARG LEPTONICA_VERSION=1.84.1
ARG TESSERACT_VERSION=5.4.0
ARG TESSERACT_VERSION=5.4.1
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
ARG TMP_BUILD=/tmp
ARG TESSERACT=/opt/tesseract
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tesseract OCR Lambda Layer
===

![Tesseract](https://img.shields.io/badge/Tesseract-5.4.0-green?style=flat-square)
![Tesseract](https://img.shields.io/badge/Tesseract-5.4.1-green?style=flat-square)
![Leptonica](https://img.shields.io/badge/Leptonica-1.84.1-green?style=flat-square)

![Examples available for Runtimes](https://img.shields.io/badge/Examples_(Lambda_runtimes)-Python_3.6(AL1),Python_3.8(AL2)-informational?style=flat-square)
Expand Down
2 changes: 1 addition & 1 deletion ready-to-use/amazonlinux-2/TESSERACT-README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LEPTONICA_VERSION=1.84.1
TESSERACT_VERSION=5.4.0
TESSERACT_VERSION=5.4.1
TESSERACT_DATA_FILES=tessdata_fast/4.1.0
TESSERACT_DATA_LANGUAGES=osd,eng,deu
Binary file modified ready-to-use/amazonlinux-2/lib/libtesseract.so.5
Binary file not shown.

0 comments on commit 913be30

Please sign in to comment.