netnr 2026-01-15

轻量级 OCR 文字识别服务,识别结果仅纯文字,不适合专业场景
https://hub.docker.com/r/netnr/liteocr

Run

docker run -d -p 7715:7715 --name liteocr netnr/liteocr

API

# 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 "file=@image.png"

# Swagger
http://localhost:7715/swagger
登录写评论