This is a client library for accessing an OpenOCR server.
This assumes you have Go installed.
$ go get -u -v github.com/tleyden/open-ocr-client
$ cd cli-main
$ go build
$ wget http://bit.ly/ocrimage
$ ./cli-main --openOcrUrl <your-openocr-url> --openOcrPort <your-openocr-port> upload --file ocrimage