From bed60d4194260f23f8bcaafc78444bbaa2a18b6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:31:03 +0100 Subject: [PATCH] chore: bump tesseract to 5.3.3 & leptonica to 1.84.1 (#213) Co-authored-by: bweigel --- Dockerfile.al1 | 2 +- Dockerfile.al2 | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.al1 b/Dockerfile.al1 index 4f75baf..7b50e5e 100644 --- a/Dockerfile.al1 +++ b/Dockerfile.al1 @@ -1,7 +1,7 @@ ## Builds binaries for Amazonlinux 1 FROM lambci/lambda-base:build -ARG LEPTONICA_VERSION=1.84.0 +ARG LEPTONICA_VERSION=1.84.1 ARG TESSERACT_VERSION=5.3.3 ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28 ARG TMP_BUILD=/tmp diff --git a/Dockerfile.al2 b/Dockerfile.al2 index 092e852..f9c0557 100644 --- a/Dockerfile.al2 +++ b/Dockerfile.al2 @@ -1,7 +1,7 @@ ## Builds binaries for Amazonlinux 2 FROM public.ecr.aws/sam/build-provided.al2:1.97 -ARG LEPTONICA_VERSION=1.84.0 +ARG LEPTONICA_VERSION=1.84.1 ARG TESSERACT_VERSION=5.3.3 ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28 ARG TMP_BUILD=/tmp diff --git a/README.md b/README.md index b8f944a..9ecc5b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tesseract OCR Lambda Layer === ![Tesseract](https://img.shields.io/badge/Tesseract-5.3.3-green?style=flat-square) -![Leptonica](https://img.shields.io/badge/Leptonica-1.84.0-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) ![Examples available for IaC Tools](https://img.shields.io/badge/Examples_(IaC)-Serverless_Framework,_AWS_CDK-informational?style=flat-square)