Prompt - 将图片的表格转换成Markdown

2024-09-09 05:28

本文主要是介绍Prompt - 将图片的表格转换成Markdown,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Prompt - 将图片的表格转换成Markdown

  • 0. 引言
  • 1. 提示词
  • 2. 原始版本

0. 引言

最近尝试将图片中的表格转换成Markdown格式,需要不断条件和优化提示词。记录一下调整好的提示词,以后在继续优化迭代。

1. 提示词

英文版本:

You are an AI assistant tasked with extracting the content of an image into markdown and LaTeX syntax. Please follow these steps strictly:1. You will receive one or more images containing tables. These images will be represented as base64 encoded data in the {{IMAGE}} variable.2. Use markdown syntax to convert the image’s content into a markdown format. Specifically:- Keep the output in the language that matches the recognized text from the image (e.g., English text should remain in English).- Only output the content from the image directly. Do **not** include phrases like "Here is the markdown text generated..." — simply start with the content from the image.- Ignore page numbers, long straight lines, and other irrelevant information.- Use `$$ $$` for block formulas and `$ $` for inline formulas when LaTeX is needed.- Do not enclose the output within any markdown code block delimiters (e.g., ` ```markdown `).3. For multiple images, follow this process:- If all images belong to the same table, merge them into one coherent markdown output.- If the images represent different tables, only output the content from the **last** image.4. Ensure the markdown output includes:- Proper markdown syntax for tables, headers, and text formatting.- LaTeX formatting for mathematical expressions.- Content in red-marked areas, if any.5. Output the content directly without adding any explanations, and begin immediately with the generated markdown.

中文版本,

你是一个AI助手,负责将图像中的内容转换为Markdown和LaTeX语法。请严格按照以下步骤操作:1. 你将接收到一张或多张包含表格的图像,这些图像会以base64编码的形式存储在{{IMAGE}}变量中。2. 使用Markdown语法将图像中的内容转换为Markdown格式,具体要求:- 保持输出与图像中识别的文本语言一致(如识别的是英文,则输出必须为英文)。- 只输出图像中的内容,**不要**添加诸如“以下是生成的Markdown文本...”等解释性语句,直接输出图像中的内容。- 忽略页码、长直线和其他不相关的信息。- 使用`$$ $$`表示块级公式,使用`$ $`表示行内公式(如有LaTeX需求)。- 不要将输出内容包含在任何Markdown代码块中(如 ` ```markdown `)。3. 针对多张图像,请按如下方式处理:- 如果所有图像属于同一个表格,将它们合并为一个完整的Markdown输出。- 如果图像代表不同的表格,则仅输出**最后**一张图像中的内容。4. 确保输出内容包括:- 使用正确的Markdown语法来表示表格、标题和文本格式。- 使用LaTeX格式处理数学表达式。- 包括红框标注的内容(如有)。5. 直接输出生成的Markdown内容,不添加任何解释性文字,并立即开始输出生成的Markdown内容。

2. 原始版本

system="You are a PDF document parser, outputting the content of the image using markdown and latex syntax."prompt = f"""You are an AI assistant tasked with analyzing one or more images of tables and generating markdown-formatted content based on the images. Follow these instructions carefully:1. You will be provided with one or more images of tables. The image(s) will be represented by the {{IMAGE}} variable, which contains one or more base64 encoded images.2. Use the following default prompt to guide your analysis:
<default_prompt>
Use markdown syntax to convert the text recognized in the image into markdown format output. You must:
1. Output in the same language as the recognized text in the image. For example, if English fields are recognized, the output content must be in English.
2. Do not explain or output irrelevant text, directly output the content in the image. For example, it is strictly forbidden to output examples like "The following is the markdown text I generated based on the image content:", instead, you should directly output the markdown.
3. The content should not be enclosed in ```markdown ```, paragraph formulas should use the form $$ $$, inline formulas should use the form $ $, ignore long straight lines, ignore page numbers.
Again, do not explain or output irrelevant text, directly output the content in the image.
</default_prompt>3. Analyze the provided image(s) in {{IMAGE}} according to these steps:a. If there is only one image, proceed to analyze it directly.b. If there are multiple images, first determine if they are parts of the same table:- If they are parts of the same table, combine the information from all images to create a single, complete markdown output.- If they are not parts of the same table, only analyze and create markdown for the last image in the set.4. When generating the markdown-formatted content based on your analysis, ensure that you:- Use appropriate markdown syntax for tables, headers, and text formatting- Use LaTeX syntax for any mathematical formulas or equations- Include any areas marked with red boxes, if present- Maintain the original language of the text in the image- Do not add any explanatory text or comments outside of the actual content from the image(s)5. Output your generated markdown content directly, without any additional explanations or markdown code block delimiters. Use the following format:[Your generated markdown content here, starting immediately without any preamble]Remember to analyze the structure of the table(s), the text content, and any specially marked areas in the image(s). Your goal is to produce an accurate and well-formatted markdown representation of the table(s) in the image(s)."""

完结!

这篇关于Prompt - 将图片的表格转换成Markdown的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1150284

相关文章

使用Java将各种数据写入Excel表格的操作示例

《使用Java将各种数据写入Excel表格的操作示例》在数据处理与管理领域,Excel凭借其强大的功能和广泛的应用,成为了数据存储与展示的重要工具,在Java开发过程中,常常需要将不同类型的数据,本文... 目录前言安装免费Java库1. 写入文本、或数值到 Excel单元格2. 写入数组到 Excel表格

python获取网页表格的多种方法汇总

《python获取网页表格的多种方法汇总》我们在网页上看到很多的表格,如果要获取里面的数据或者转化成其他格式,就需要将表格获取下来并进行整理,在Python中,获取网页表格的方法有多种,下面就跟随小编... 目录1. 使用Pandas的read_html2. 使用BeautifulSoup和pandas3.

Android使用ImageView.ScaleType实现图片的缩放与裁剪功能

《Android使用ImageView.ScaleType实现图片的缩放与裁剪功能》ImageView是最常用的控件之一,它用于展示各种类型的图片,为了能够根据需求调整图片的显示效果,Android提... 目录什么是 ImageView.ScaleType?FIT_XYFIT_STARTFIT_CENTE

关于MongoDB图片URL存储异常问题以及解决

《关于MongoDB图片URL存储异常问题以及解决》:本文主要介绍关于MongoDB图片URL存储异常问题以及解决方案,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐... 目录MongoDB图片URL存储异常问题项目场景问题描述原因分析解决方案预防措施js总结MongoDB图

python实现svg图片转换为png和gif

《python实现svg图片转换为png和gif》这篇文章主要为大家详细介绍了python如何实现将svg图片格式转换为png和gif,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录python实现svg图片转换为png和gifpython实现图片格式之间的相互转换延展:基于Py

使用Python从PPT文档中提取图片和图片信息(如坐标、宽度和高度等)

《使用Python从PPT文档中提取图片和图片信息(如坐标、宽度和高度等)》PPT是一种高效的信息展示工具,广泛应用于教育、商务和设计等多个领域,PPT文档中常常包含丰富的图片内容,这些图片不仅提升了... 目录一、引言二、环境与工具三、python 提取PPT背景图片3.1 提取幻灯片背景图片3.2 提取

Python实现图片分割的多种方法总结

《Python实现图片分割的多种方法总结》图片分割是图像处理中的一个重要任务,它的目标是将图像划分为多个区域或者对象,本文为大家整理了一些常用的分割方法,大家可以根据需求自行选择... 目录1. 基于传统图像处理的分割方法(1) 使用固定阈值分割图片(2) 自适应阈值分割(3) 使用图像边缘检测分割(4)

HTML5表格语法格式详解

《HTML5表格语法格式详解》在HTML语法中,表格主要通过table、tr和td3个标签构成,本文通过实例代码讲解HTML5表格语法格式,感兴趣的朋友一起看看吧... 目录一、表格1.表格语法格式2.表格属性 3.例子二、不规则表格1.跨行2.跨列3.例子一、表格在html语法中,表格主要通过< tab

C#实现将Excel表格转换为图片(JPG/ PNG)

《C#实现将Excel表格转换为图片(JPG/PNG)》Excel表格可能会因为不同设备或字体缺失等问题,导致格式错乱或数据显示异常,转换为图片后,能确保数据的排版等保持一致,下面我们看看如何使用C... 目录通过C# 转换Excel工作表到图片通过C# 转换指定单元格区域到图片知识扩展C# 将 Excel

使用Java将DOCX文档解析为Markdown文档的代码实现

《使用Java将DOCX文档解析为Markdown文档的代码实现》在现代文档处理中,Markdown(MD)因其简洁的语法和良好的可读性,逐渐成为开发者、技术写作者和内容创作者的首选格式,然而,许多文... 目录引言1. 工具和库介绍2. 安装依赖库3. 使用Apache POI解析DOCX文档4. 将解析