https://github.com/oxzjh/ocr
图片文字提取
https://github.com/oxzjh/ocr
image-processing ocr pdf
Last synced: about 1 year ago
JSON representation
图片文字提取
- Host: GitHub
- URL: https://github.com/oxzjh/ocr
- Owner: oxzjh
- Created: 2025-03-30T06:50:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T08:50:35.000Z (about 1 year ago)
- Last Synced: 2025-03-30T09:27:58.956Z (about 1 year ago)
- Topics: image-processing, ocr, pdf
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 图片文字识别
## 接口
- 说明:图片文字识别
- 路由地址:/ocr
- 请求方式:POST
- Content-Type: application/json
- 参数:
|名称|类型|默认值|描述|
|-|-|-|-|
|image|string|""|base64图片(与file字段互斥)|
|file|string|""|图片文件路径(与image字段互斥)|
## Example

