ocr_config_compress.yaml 537 B

12345678910111213141516171819
  1. # ========== Agent OCR 服务配置文件(压缩模式)==========
  2. # ---------- 推理服务配置 ----------
  3. inference:
  4. url: "http://10.69.29.202:31277/inference-api/exp-api/inf-1480928240416935936/v1/chat/completions"
  5. auth_token: "Bearer QDiS42vR9EqP-j73zeeyWB8zSJ4juheflm6yDKUDz5c"
  6. model: "Qwen3-VL-32B-Instruct"
  7. # ---------- API 服务配置 ----------
  8. server:
  9. host: "0.0.0.0"
  10. port: 6006
  11. max_concurrent: 5
  12. # ---------- 图像预处理配置 ----------
  13. image:
  14. max_size: 512
  15. compress: true
  16. compress_quality: 70