paddle ocr

Tinger afb53c2ca2 v1.0 2 years ago
models afb53c2ca2 v1.0 2 years ago
static afb53c2ca2 v1.0 2 years ago
templates afb53c2ca2 v1.0 2 years ago
utils afb53c2ca2 v1.0 2 years ago
Dockerfile afb53c2ca2 v1.0 2 years ago
Readme.md afb53c2ca2 v1.0 2 years ago
app.py afb53c2ca2 v1.0 2 years ago
docker-compose.yml afb53c2ca2 v1.0 2 years ago
gunicorn.conf afb53c2ca2 v1.0 2 years ago
requires.txt afb53c2ca2 v1.0 2 years ago

Readme.md

PaddleOCR API

$host: http://localhost:5000

  • $host/

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

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

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