Skip to content

Commit

Permalink
Update openfaas ocr function to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Singh <[email protected]>
  • Loading branch information
viveksyngh authored and alexellis committed Apr 22, 2019
1 parent 3f2ef6c commit 86e386c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"title": "Tesseract OCR",
"description": "This function brings OCR - Optical Character Recognition through the tesseract engine. Just pass in a URL or base64 string of an image in .jpg or .png format.",
"images": {
"x86_64": "viveksyngh/openfaas-ocr:0.2.0"
"x86_64": "viveksyngh/openfaas-ocr:0.3.0"
},
"name": "ocr",
"repo_url": "https://github.com/viveksyngh/openfaas-ocr"
Expand Down
2 changes: 1 addition & 1 deletion store.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"icon": "https://raw.githubusercontent.com/viveksyngh/openfaas-ocr/master/logo/ocr.png",
"title": "Tesseract OCR",
"description": "This function brings OCR - Optical Character Recognition through the tesseract engine. Just pass in a URL or base64 string of an image in .jpg or .png format.",
"image": "viveksyngh/openfaas-ocr:0.2.0",
"image": "viveksyngh/openfaas-ocr:0.3.0",
"name": "ocr",
"repo_url": "https://github.com/viveksyngh/openfaas-ocr"
},
Expand Down

0 comments on commit 86e386c

Please sign in to comment.