Skip to content

Commit

Permalink
Updated the documentaion
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Singh <[email protected]>
  • Loading branch information
viveksyngh committed Jun 25, 2018
1 parent f776ab5 commit 76c53d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
Tesseract is an optical character recognition engine for various operating systems. It is free software, released under the Apache License, Version 2.0, and development has been sponsored by Google since 2006.
In 2006 Tesseract was considered one of the most accurate open-source OCR engines then available.

*Note: Input for this is an URL of image with .jpg, .jpeg or .png extension.*
*Note: Input for this is an URL or base64 encoded string of image with .jpg, .jpeg or .png extension.*

### Usage

Deploy:

```bash
$ faas-cli deploy -f ./openfaas-ocr.yml --gateway=http://<GATEWAY-IP>
$ faas-cli deploy -f ./stack.yml --gateway=http://<GATEWAY-IP>
```
OR

Expand Down

0 comments on commit 76c53d4

Please sign in to comment.