
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