paddle ocr

Tinger 334d97f371 Merge branch 'master' of http://192.168.1.7:3000/Tinger/OCR into gpu 2 年之前
models afb53c2ca2 v1.0 2 年之前
static fbdfa751be 0.0.0.0 2 年之前
templates afb53c2ca2 v1.0 2 年之前
utils e1bd440287 fix font 2 年之前
.gitignore 52616297b9 log level -> warn 2 年之前
Dockerfile 52616297b9 log level -> warn 2 年之前
Readme.md bd1fa72432 更新格式 2 年之前
app.py 52616297b9 log level -> warn 2 年之前
docker-compose.yml 69bbc9cf5c python:3.9-slim 2 年之前
gunicorn.conf.py 52616297b9 log level -> warn 2 年之前
requires.txt afb53c2ca2 v1.0 2 年之前

Readme.md

PaddleOCR API


$host: http://139.9.167.178:5050

接口说明:内网外网


  • $host/

    • 请求方法:浏览器访问
    • 说明:在线测试演示首页
  • $host/ocr-raw-api/

    • 请求方法:POST
    • 参数列表:
    • picture: 待识别的图片文件
    • 返回数据:JSON
    • 详见接口说明:内网外网
  • $host/ocr-filter/

    • 请求方法:POST
    • 参数列表:
    • picture: 待识别的图片文件
    • 返回数据:JSON
    • 详见接口说明:内网外网