medium
Convert Unstructured Text to JSON
Extract structured data from a paragraph of text.
📝 Contenu du Prompt
Parse the following text containing invoice details and convert it into a valid JSON object. The JSON keys should be: invoice_number, date, vendor_name, total_amount, and items (an array of objects with description and quantity). [Paste text here]