ddddocr API

验证码识别服务,当前地址:https://ddddocr.w1ndys.top

健康检查

curl https://ddddocr.w1ndys.top/health

识别图片

curl -X POST https://ddddocr.w1ndys.top/ocr \
  -H 'content-type: application/json' \
  -d '{"image":"<Base64 图片>"}'

也支持表单字段 image。服务不会保存图片。