Skip to content
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
2 changes: 1 addition & 1 deletion Dockerfile.al2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM public.ecr.aws/sam/build-provided.al2:1.97

ARG LEPTONICA_VERSION=1.87.0
ARG TESSERACT_VERSION=5.5.2
ARG TESSERACT_VERSION=5.5.3
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
ARG TMP_BUILD=/tmp
ARG TESSERACT=/opt/tesseract
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.al2023
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM public.ecr.aws/sam/build-provided.al2023:latest-x86_64

ARG LEPTONICA_VERSION=1.87.0
ARG TESSERACT_VERSION=5.5.2
ARG TESSERACT_VERSION=5.5.3
ARG AUTOCONF_ARCHIVE_VERSION=2017.09.28
ARG TMP_BUILD=/tmp
ARG TESSERACT=/opt/tesseract
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tesseract OCR Lambda Layer
===

![Tesseract](https://img.shields.io/badge/Tesseract-5.5.2-green?style=flat-square)
![Tesseract](https://img.shields.io/badge/Tesseract-5.5.3-green?style=flat-square)
![Leptonica](https://img.shields.io/badge/Leptonica-1.87.0-green?style=flat-square)

![Examples available for Runtimes](https://img.shields.io/badge/Examples_(Lambda_runtimes)-Python_3.12(AL2023),Node.js_20(AL2023)-informational?style=flat-square)
Expand Down
Loading