Don't use the current image for production, it is still in testing.测试用,勿用作生产。
1.7K
Based on gutenye/ocr, supports PP-OCRv4 model.
After pulling to local, it occupies about 400MB to 500MB.
docker run -d -p 3000:3000 uuphy/paddleocr_v4
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 run -d -p 3000:3000 uuphy/pp-ocr
curl -X POST http://localhost:3000 \
-H "Content-Type: multipart/form-data" \
-F "file=a.png"
a.png 替换成你图片的路径。
Content type
Image
Digest
sha256:356147473…
Size
177.3 MB
Last updated
about 2 years ago
docker pull uuphy/paddleocr_v4