All Projects → tleyden → open-ocr-client

tleyden / open-ocr-client

Licence: other
Client library for OpenOCR

Programming Languages

go
31211 projects - #10 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].