Feat/parse img (#10112)

### What problem does this PR solve?

support parse image by OCR or VLM.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Lynn
2025-09-16 17:53:37 +08:00
committed by GitHub
parent 86f6da2f74
commit 152111fd9d
2 changed files with 62 additions and 7 deletions

View File

@ -48,6 +48,18 @@
"text": {
"suffix": ["txt"],
"output_format": "json"
},
"image": {
"parse_method": "vlm",
"llm_id":"glm-4.5v",
"lang": "Chinese",
"suffix": [
"jpg",
"jpeg",
"png",
"gif"
],
"output_format": "text"
}
}
}