11 lines
546 B
Plaintext
11 lines
546 B
Plaintext
Instructions:
|
|
Please read the image carefully.
|
|
Answer the following questions:
|
|
1. Identify the table or tables in the image.
|
|
2. Output the table contents in markdown format, ensuring the table structure and contents are exactly as in the image.
|
|
The format should be: |Column1|Column2|\n|---|---|\n|Row1Col1|Row1Col2|
|
|
3. Output the results in JSON format with the key 'tables' containing the markdown table(s).
|
|
The format should be:
|
|
{"tables": ["|Column1|Column2|\n|---|---|\n|Row1Col1|Row1Col2|"]}
|
|
4. Only output JSON with tables.
|
|
Answer: |