Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/example/serverless/f…
Browse files Browse the repository at this point in the history
…ollow-redirects-1.15.4
  • Loading branch information
bweigel authored Jan 15, 2024
2 parents cc5fea1 + 1c1cc3b commit 788eb7d
Show file tree
Hide file tree
Showing 19 changed files with 186 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile.al1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.al2
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion continous-integration/lambda-handlers/node/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion continous-integration/lambda-handlers/node/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 69 additions & 55 deletions continous-integration/lambda-handlers/python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.6; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.1.0; python_version >= '3.8'
pillow==10.2.0; python_version >= '3.8'
pytesseract==0.3.10; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
1 change: 0 additions & 1 deletion example/cdk/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/cdk/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/cdk/.projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/cdk/src/lambda-handlers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.6; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.1.0; python_version >= '3.8'
pillow==10.2.0; python_version >= '3.8'
pytesseract==0.3.10; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
1 change: 0 additions & 1 deletion example/cdk/tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/serverless/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.6; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pillow==10.1.0; python_version >= '3.8'
pillow==10.2.0; python_version >= '3.8'
pytesseract==0.3.10; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
urllib3==2.1.0; python_version >= '3.8'
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 788eb7d

Please sign in to comment.