Skip to content

Commit

Permalink
deploy: 4778d75
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 20, 2023
1 parent 5877b11 commit 75b3910
Show file tree
Hide file tree
Showing 37 changed files with 99 additions and 51 deletions.
2 changes: 1 addition & 1 deletion docs/about_model/convert_model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ <h3 id="离线转换httpsgithubcomrapidaipaddleocrmodelconverter"><a href="https
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/about_model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ <h1 class="content-title mb-0">
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/about_model/model_summary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ <h4 id="score两者综合">Score(两者综合): <a href="#score%e4%b8%a4%e8%80%8
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/about_model/support_language/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ <h3 id="其他语种检测和识别需要转换">其他语种检测和识别(
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ <h1 class="content-title mb-0">
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/rapidocr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ <h4 id="2021-03-24-udpate">2021-03-24 udpate: <a href="#2021-03-24-udpate" class
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/rapidocr_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ <h4 id="2023-05-22-api-update">🍜2023-05-22 api update: <a href="#2023-05-22-a
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/rapidocr_web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ <h4 id="2023-04-16-ocrweb-v011-update">🏸2023-04-16 ocrweb v0.1.1 update: <a h
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
2 changes: 1 addition & 1 deletion docs/faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ <h4 id="q-边缘总有一行文字无法识别怎么办">Q: 边缘总有一行
id: 14 ,
href: "\/RapidOCRDocs\/docs\/install_usage\/rapidocr_api\/",
title: "rapidocr_api",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
description: "简介 link 该包是将rapidocr_onnxruntime库做了API封装,采用FastAPI + uvicorn实现。 定位是一个快速调用rapidocr_onnxruntime的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看gunicorn等。 安装 link pip install rapidocr_api 启动服务端 link 用法: $ rapidocr_api -h usage: rapidocr_api [-h] [-ip IP] [-p PORT] optional arguments: -h, --help show this help message and exit -ip IP, --ip IP IP Address -p PORT, --port PORT IP port 启动: rapidocr_api -ip 0.0.0.0 -p 9003 调用 link info 调用本质就是发送一个POST请求,以下给出Curl和Python的调用示例,其他编程语言同理。 Curl调用 link curl -F image_file=@1.png http://0.0.0.0:9003/ocr Python调用 link 以文件的方式发送POST请求 以`base64`方式发送POST请求 import requests url = 'http://localhost:9003/ocr' img_path = 'tests/test_files/ch_en_num.",
content: " 简介 link 该包是将"
}
);
Expand Down
Loading

0 comments on commit 75b3910

Please sign in to comment.