dc-ml-emea-ar/instructions/aus_prospectus/table_extraction_prompts.txt

21 lines
505 B
Plaintext

Context:
{page_text}
Instructions:
Please read the contex carefully.
Answer below questions:
1. Please find the table or tables in the context.
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 context.
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: