Sign inSign up

uuphy/paddleocr_v4

By uuphy

•Updated about 2 years ago

Don't use the current image for production, it is still in testing.测试用,勿用作生产。

Image
0

1.7K

uuphy/paddleocr_v4 repository overview

⁠paddleocr_v4-docker

Based on gutenye/ocr⁠, supports PP-OCRv4 model.

After pulling to local, it occupies about 400MB to 500MB.

⁠Usage

⁠Deploy on Docker:
docker run -d -p 3000:3000 uuphy/paddleocr_v4
⁠Testing the API:
curl -X POST http://localhost:3000 \
     -H "Content-Type: multipart/form-data" \
     -F "file=a.png"

a.png is the actual path to the image file.

⁠中文说明⁠

基于 gutenye/ocr⁠, 支持 PP-OCRv4 模型;

拉取到本地后占存储空间 ≈400-500M

⁠食用方法:
⁠部署在 Docker
docker run -d -p 3000:3000 uuphy/pp-ocr
⁠测试 API
curl -X POST http://localhost:3000 \
     -H "Content-Type: multipart/form-data" \
     -F "file=a.png"

a.png 替换成你图片的路径。

Tag summary

Content type

Image

Digest

sha256:356147473…

Size

177.3 MB

Last updated

about 2 years ago

docker pull uuphy/paddleocr_v4