
Extract the visible table and list items. Use keys title, sections, table_rows, and review_notes. Keep any unreadable value as null.
{
"title": "Demo Document",
"sections": ["List", "Quote", "Table", "Code Block"],
"table_rows": [
{ "feature": "Bold", "result": "Works" },
{ "feature": "List", "result": "Works" },
{ "feature": "Table", "result": "Works" }
],
"review_notes": ["Check code indentation against the original image before reuse."]
}The output separates document structure from table rows, so you can send the table to a spreadsheet or keep the sections as metadata.

