Skip to content

Commit dd9ee35

Browse files
authored
chore: bump tesseract to 5.5.0 & leptonica to 1.85.0
1 parent c8c5a9a commit dd9ee35

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile.al1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Builds binaries for Amazonlinux 1
22
FROM lambci/lambda-base:build
33

4-
ARG LEPTONICA_VERSION=1.84.1
5-
ARG TESSERACT_VERSION=5.4.1
4+
ARG LEPTONICA_VERSION=1.85.0
5+
ARG TESSERACT_VERSION=5.5.0
66
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
77
ARG TMP_BUILD=/tmp
88
ARG TESSERACT=/opt/tesseract

Dockerfile.al2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Builds binaries for Amazonlinux 2
22
FROM public.ecr.aws/sam/build-provided.al2:1.97
33

4-
ARG LEPTONICA_VERSION=1.84.1
5-
ARG TESSERACT_VERSION=5.4.1
4+
ARG LEPTONICA_VERSION=1.85.0
5+
ARG TESSERACT_VERSION=5.5.0
66
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
77
ARG TMP_BUILD=/tmp
88
ARG TESSERACT=/opt/tesseract

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Tesseract OCR Lambda Layer
22
===
33

4-
![Tesseract](https://img.shields.io/badge/Tesseract-5.4.1-green?style=flat-square)
5-
![Leptonica](https://img.shields.io/badge/Leptonica-1.84.1-green?style=flat-square)
4+
![Tesseract](https://img.shields.io/badge/Tesseract-5.5.0-green?style=flat-square)
5+
![Leptonica](https://img.shields.io/badge/Leptonica-1.85.0-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)
88
![Examples available for IaC Tools](https://img.shields.io/badge/Examples_(IaC)-Serverless_Framework,_AWS_CDK-informational?style=flat-square)

0 commit comments

Comments
 (0)