Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yofr4nk/lambda-text-detection

Basic Lambda detecting text contained in images from AWS S3 service.
https://github.com/yofr4nk/lambda-text-detection

aws aws-lambda aws-s3 golang rekognition s3

Last synced: 8 days ago
JSON representation

Basic Lambda detecting text contained in images from AWS S3 service.

Awesome Lists containing this project

README

        

# Lambda text detection

Scanning images and detecting text in it, based on [Rekognition text detection](https://docs.aws.amazon.com/rekognition/latest/dg/text-detection.html) to detect
text from images supplied.

## Detecting text in images flow

![](https://user-images.githubusercontent.com/20343969/112707937-b6013f00-8e8d-11eb-97d9-df2bcaf4c78f.png)

## Interesting Info

- [Lambda Getting started](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html)
- [Setting the Lambda IAM Role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html)
- [Lambda in Golang](https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html)
- [AWS sdk for Golang](https://aws.github.io/aws-sdk-go-v2/docs/getting-started/)
- [Deploying your lambda in Golang](https://docs.aws.amazon.com/lambda/latest/dg/golang-package.html)
- [Amazon Rekognition](https://aws.amazon.com/rekognition/)

## To deploy your lambda from local:
- Make sure the lambda already exists

- Update the name of your lambda in ```./scripts/deploy.sh```

- run: ```sh ./scripts/deploy.sh```