dc-ml-emea-ar/instructions/table_extraction_image_prom...

18 lines
487 B
Plaintext
Raw Normal View History

2024-08-26 16:19:07 +00:00
Instructions:
Please read the image carefully.
Answer below questions:
1. Please find the table or tables in the image.
2. Output the table contents as markdown format, it's like:
|name|age|hobby|
|Annie|18|music|
The contents should be exactly precise as the image contents.
3. Please output the results as JSON format, the result member is with legal markdown table format, the example is:
{
"tables": ["
|name|age|hobby|
|Annie|18|music|
"]
}
4. Only output JSON with tables
Answer: