Skip to content

Commit 762ce33

Browse files
authored
chore: bump tesseract to 5.4.1 & leptonica to 1.85.0
1 parent c8c5a9a commit 762ce33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.al1

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

4-
ARG LEPTONICA_VERSION=1.84.1
4+
ARG LEPTONICA_VERSION=1.85.0
55
ARG TESSERACT_VERSION=5.4.1
66
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
77
ARG TMP_BUILD=/tmp

Dockerfile.al2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
4+
ARG LEPTONICA_VERSION=1.85.0
55
ARG TESSERACT_VERSION=5.4.1
66
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
77
ARG TMP_BUILD=/tmp

README.md

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

44
![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)
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)