paddle ocr

Tinger afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
models afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
static afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
templates afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
utils afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
Dockerfile afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
Readme.md afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
app.py afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
docker-compose.yml afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
gunicorn.conf afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos
requires.txt afb53c2ca2 v1.0 %!s(int64=2) %!d(string=hai) anos

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