An open API service indexing awesome lists of open source software.

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

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)