From dd9ee354d7bf67c859393884600e964b5f5376fa Mon Sep 17 00:00:00 2001 From: bweigel Date: Mon, 11 Nov 2024 00:09:37 +0000 Subject: [PATCH] chore: bump tesseract to 5.5.0 & leptonica to 1.85.0 --- Dockerfile.al1 | 4 ++-- Dockerfile.al2 | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.al1 b/Dockerfile.al1 index 3ffb43f..374ac79 100644 --- a/Dockerfile.al1 +++ b/Dockerfile.al1 @@ -1,8 +1,8 @@ ## Builds binaries for Amazonlinux 1 FROM lambci/lambda-base:build -ARG LEPTONICA_VERSION=1.84.1 -ARG TESSERACT_VERSION=5.4.1 +ARG LEPTONICA_VERSION=1.85.0 +ARG TESSERACT_VERSION=5.5.0 ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28 ARG TMP_BUILD=/tmp ARG TESSERACT=/opt/tesseract diff --git a/Dockerfile.al2 b/Dockerfile.al2 index 0c0c496..96b844c 100644 --- a/Dockerfile.al2 +++ b/Dockerfile.al2 @@ -1,8 +1,8 @@ ## Builds binaries for Amazonlinux 2 FROM public.ecr.aws/sam/build-provided.al2:1.97 -ARG LEPTONICA_VERSION=1.84.1 -ARG TESSERACT_VERSION=5.4.1 +ARG LEPTONICA_VERSION=1.85.0 +ARG TESSERACT_VERSION=5.5.0 ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28 ARG TMP_BUILD=/tmp ARG TESSERACT=/opt/tesseract diff --git a/README.md b/README.md index ee8d67f..16e7a27 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Tesseract OCR Lambda Layer === -![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) +![Tesseract](https://img.shields.io/badge/Tesseract-5.5.0-green?style=flat-square) +![Leptonica](https://img.shields.io/badge/Leptonica-1.85.0-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)