Skip to content

Commit 134e444

Browse files
github-actions[bot]bweigelgithub-actions
authored
chore: bump tesseract to 5.3.3 & leptonica to 1.83.1 (#195)
* chore: bump tesseract to 5.3.3 & leptonica to 1.83.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>
1 parent 866140b commit 134e444

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Dockerfile.al1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM lambci/lambda-base:build
33

44
ARG LEPTONICA_VERSION=1.83.1
5-
ARG TESSERACT_VERSION=5.3.2
5+
ARG TESSERACT_VERSION=5.3.3
66
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
77
ARG TMP_BUILD=/tmp
88
ARG TESSERACT=/opt/tesseract

Dockerfile.al2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM public.ecr.aws/sam/build-provided.al2:1.97
33

44
ARG LEPTONICA_VERSION=1.83.1
5-
ARG TESSERACT_VERSION=5.3.2
5+
ARG TESSERACT_VERSION=5.3.3
66
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
77
ARG TMP_BUILD=/tmp
88
ARG TESSERACT=/opt/tesseract

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Tesseract OCR Lambda Layer
22
===
33

4-
![Tesseract](https://img.shields.io/badge/Tesseract-5.3.2-green?style=flat-square)
4+
![Tesseract](https://img.shields.io/badge/Tesseract-5.3.3-green?style=flat-square)
55
![Leptonica](https://img.shields.io/badge/Leptonica-1.83.1-green?style=flat-square)
66

77
![Examples available for Runtimes](https://img.shields.io/badge/Examples_(Lambda_runtimes)-Python_3.6(AL1),Python_3.8(AL2)-informational?style=flat-square)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
LEPTONICA_VERSION=1.83.1
2-
TESSERACT_VERSION=5.3.2
2+
TESSERACT_VERSION=5.3.3
33
TESSERACT_DATA_FILES=tessdata_fast/4.1.0
44
TESSERACT_DATA_LANGUAGES=osd,eng,deu
Binary file not shown.

0 commit comments

Comments
 (0)