- 迁移到腾讯云平台,识别速度更快,采用 URL 的传参数形式,同时支持上传文件的方式。
-
营业执照识别
http://127.0.0.1:6663/ocr/license
-
身份证识别
http://127.0.0.1:6663/ocr/identity
-
通用识别
http://127.0.0.1:6663/ocr/general
-
手写体识别
http://127.0.0.1:6663/ocr/write
-
开票信息识别(base 通用识别)
http://127.0.0.1:6663/ocr/invoice
-
银行卡识别
http://127.0.0.1:6663/ocr/bank
-
收货授权委托书
http://127.0.0.1:6663/ocr/consignee
-
采购授权委托书
http://127.0.0.1:6663/ocr/purchase
-
采购及收货委托书
http://127.0.0.1:6663/ocr/compose
-
build
docker build --rm -t ocr:v1.0 .
-
run
docker run -d -p 6663:6663 --name ybr/ocr ocr:v1.0
-
modify
common.go
init funcos.Open("/go/src/tencent-ocr/config.json")
toos.Open("config .json")
-
run
make
then./admin.sh start