Sign inSign up

netnr/liteocr

By netnr

Updated 8 months ago

Image
Web servers
0

239

netnr/liteocr repository overview

Netnr.LiteOCR

轻量级 OCR 文字识别服务,识别结果仅纯文字,不适合专业场景
ref https://github.com/benjaminwan/OcrLiteOnnxLibTest

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 "[email protected]"

# Swagger
http://localhost:7715/swagger

Tag summary

Content type

Image

Digest

sha256:3b4c8af31

Size

74.3 MB

Last updated

8 months ago

docker pull netnr/liteocr