文件名称:open-ocr-client:OpenOCR 的客户端库
文件大小:59KB
文件格式:ZIP
更新时间:2024-07-29 07:53:49
Go
这是一个用于访问服务器的客户端库。
快速开始
这假设您已经 。
$ go get -u -v github.com/tleyden/open-ocr-client
$ cd cli-main
$ go build
$ wget http://bit.ly/ocrimage
$ ./cli-main --openOcrUrl
【文件预览】:
open-ocr-client-master
----ocr_http_client_test.go(2KB)
----ocr_http_client.go(4KB)
----ocr_common.go(471B)
----ocr_test.png(58KB)
----cli-main()
--------main.go(3KB)
----.gitignore(78B)
----README.md(660B)