https://github.com/go-http/baidu_ocr
百度AI开放平台文字识别SDK
https://github.com/go-http/baidu_ocr
baidu ocr
Last synced: 15 days ago
JSON representation
百度AI开放平台文字识别SDK
- Host: GitHub
- URL: https://github.com/go-http/baidu_ocr
- Owner: go-http
- Created: 2017-08-04T04:57:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T05:13:59.000Z (almost 9 years ago)
- Last Synced: 2025-11-10T21:23:20.950Z (8 months ago)
- Topics: baidu, ocr
- Language: Go
- Size: 4.88 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [百度文字识别SDK](http://ai.baidu.com/docs#/OCR-API/top) For Golang
### 当前完成接口
- [x] 基础接口
- [x] AccessToken获取
- [x] 表格文字识别
- [x] 表单识别请求
- [x] 表单识别结果查询
### 未完成接口
- [ ] 通用文字识别
- [ ] 网络图片文字识别
- [ ] 身份证识别
- [ ] 银行卡识别
- [ ] 驾驶证识别
- [ ] 行驶证识别
- [ ] 车牌识别
### 用法
请参考: [使用范例](https://github.com/athurg/baidu_ocr/tree/master/example/main.go)