轻量级 OCR 文字识别服务,识别结果仅纯文字,不适合专业场景
ref https://github.com/benjaminwan/OcrLiteOnnxLibTest
docker run -d -p 7715:7715 --name liteocr netnr/liteocr
# PUT
curl http://localhost:7715/api/ocr -T image.png
# GET URL
curl "http://localhost:7715/api/ocr?url=https://example.com/image.png"
# POST file
curl -X POST http://localhost:7715/api/ocr -F "[email protected]"
# Swagger
http://localhost:7715/swagger
Content type
Image
Digest
sha256:3b4c8af31…
Size
74.3 MB
Last updated
8 months ago
docker pull netnr/liteocr