Home

Awesome

Build Status GoDoc

This is a client library for accessing an OpenOCR server.

Quick Start

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