-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
使用deepseek-ocr-cli可以遵循提示词生成markdown,使用deepseek-ocr-server则提示词无效果
以下是我的messages结构,能够顺利识别文字,但是不能格式化为markdown,我用的是paddleocr-vl模型
[
{
"role": "system",
"content": "你是一个工作和学习中的助理。"
},
{
"role": "user",
"content": [
{
"type": "image_url",
"image_url": {
"url": "data:image/jpeg;base64……"
}
},
{
"type": "text",
"text": "Convert this receipt to markdown."
}
]
}
]Metadata
Metadata
Assignees
Labels
No labels