paddle ocr

Tinger 52616297b9 log level -> warn il y a 2 ans
models afb53c2ca2 v1.0 il y a 2 ans
static fbdfa751be 0.0.0.0 il y a 2 ans
templates afb53c2ca2 v1.0 il y a 2 ans
utils e1bd440287 fix font il y a 2 ans
.gitignore 52616297b9 log level -> warn il y a 2 ans
Dockerfile 52616297b9 log level -> warn il y a 2 ans
Readme.md 5a08bb2822 host:5050 il y a 2 ans
app.py 52616297b9 log level -> warn il y a 2 ans
docker-compose.yml 2c74ad861b 0.0.0.0 il y a 2 ans
gunicorn.conf.py 52616297b9 log level -> warn il y a 2 ans
requires.txt afb53c2ca2 v1.0 il y a 2 ans

Readme.md

PaddleOCR API


$host: http://139.9.167.178:5050

接口说明:ApiPost-OCR接口说明


  • $host/

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

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

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