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

https://github.com/rettetdemdativ/ocrlambda

AWS lambda function reading price from a receipt image
https://github.com/rettetdemdativ/ocrlambda

aws-lambda ocr serverless typescript webpack

Last synced: 4 days ago
JSON representation

AWS lambda function reading price from a receipt image

Awesome Lists containing this project

README

          

# ocrlambda

Example implementation of an AWS lambda function that receives a URL to an image, reads the text from it and extracts the text.

## Testing locally

In order to test this offline, you need to have Docker, npm, and serverless installed.

Then run:

```
echo '{"url": ""}' | serverless invoke local -f getImageText
```