An AWS Lamda function with the following capabilities.
- Read a pdf file from a given url
- Extract all images in all the pages of the pdf document.
- Filter automobiles images from all extracted images using amazon Reknognition API
- Save all filtered images on amazon s3
- Return as response, public urls for each of the saved image in 4 above.
:)