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
- Host: GitHub
- URL: https://github.com/rettetdemdativ/ocrlambda
- Owner: rettetdemdativ
- Created: 2020-01-15T13:34:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T21:31:17.000Z (about 6 years ago)
- Last Synced: 2025-07-23T11:05:12.732Z (9 months ago)
- Topics: aws-lambda, ocr, serverless, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```