IBM / ibm-cloud-functions-serverless-ocr-openchecks

Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
https://developer.ibm.com/code/patterns/automatically-scale-to-handle-peaks-in-banking-transaction-demand/
Apache License 2.0
45 stars 31 forks source link

Update Docker action create command for latest CLI #20

Closed krook closed 7 years ago

krook commented 7 years ago

Change: wsk action create --docker parse-check-with-ocr $DOCKER_HUB_USERNAME/ocr-micr

To this: wsk action create parse-check-with-ocr --docker $DOCKER_HUB_USERNAME/ocr-micr