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

18 lines
488 B
Plaintext
Raw Normal View History

2025-01-16 17:30:44 +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: