

























这是一个创建于 150 天前的主题,其中的信息可能已经有所发展或是发生改变。
https://hub.docker.com/r/netnr/liteocr
识别结果仅纯文字,不适合专业场景
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
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。