Extract text from image using AWS Rekognition
This is an event driven component. An s3PutObject triggers the AWS Lambda that uses AWS Rekognition API to extract the texts from uploaded image on s3 bucket.
- CI CD pipeline -
done
- Lambda POC -
done
- return all texts -
done
- handle no text case -
done
- test script in ci -
done
Find current version of a python library - pip3 freeze | grep lib_name