Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump tesseract to 5.4.1 & leptonica to 1.85.0 #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.al1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.al2
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down