agent/users/jojo/project/ocr_test/ocr_modes_results.json
2025-11-14 16:44:12 +08:00

52 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"基础OCR模式": {
"prompt": "OCR this image.",
"description": "基础文字识别,不考虑布局",
"result": "处理失败"
},
"自由OCR模式": {
"prompt": "Free OCR.",
"description": "自由格式OCR不考虑布局",
"result": "处理失败"
},
"Markdown转换模式": {
"prompt": "Convert the document to markdown.",
"description": "将文档转换为Markdown格式",
"result": "处理失败"
},
"图表解析模式": {
"prompt": "Parse the figure.",
"description": "解析图表和图形数据",
"result": "处理失败"
},
"详细描述模式": {
"prompt": "Describe this image in detail.",
"description": "详细描述图片内容",
"result": "处理失败"
},
"目标定位模式": {
"prompt": "Locate all text elements in the image.",
"description": "定位图片中的所有文字元素",
"result": "处理失败"
},
"结构化提取模式": {
"prompt": "Extract structured data from this document, including tables, lists, and formatted text.",
"description": "提取结构化数据",
"result": "处理失败"
},
"中文优化模式": {
"prompt": "请识别图片中的所有中文文字,并保持原有的格式和布局",
"description": "专门针对中文文字识别优化",
"result": "处理失败"
},
"英文优化模式": {
"prompt": "Please extract all English text from this image while preserving the original layout and formatting",
"description": "专门针对英文文字识别优化",
"result": "处理失败"
},
"表格识别模式": {
"prompt": "Identify and extract all tables from this image, preserving the table structure and data",
"description": "专门识别和提取表格",
"result": "处理失败"
}
}