trice-imaging / lambda-tesseract-api

Tesseract 4 serverless Api using AWS lambda and Docker

Home Page:https://medium.com/analytics-vidhya/build-tesseract-serverless-api-using-aws-lambda-and-docker-in-minutes-dd97a79b589b?source=friends_link&sk=5c1c6948bc1a6c2a7e918e0874bf80c9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Used to build Tesseract as a Lambda Layer for the Anonymization Service

Note : Docker must be installed

Fast setup to create tesseract and python layers

clone the repo

cd lambda-tesseract-api/

bash build_py37_pkgs.sh

bash build_tesseract4.sh

Done ! You should see some .zip files created in your directory.

Check the Medium link to setup lambda and Api in AWS console

References

[Ocr Layer] (https://github.com/bweigel/aws-lambda-tesseract-layer)

[Python libraries to layers] (https://github.com/tiivik/LambdaZipper)

[python3.7 lambda] (https://github.com/lambci/docker-lambda)