Repeatability
High
The task is structurally identical across all 50 invoices: find vendor, date, items, quantities, prices, and totals. Variation in PDF layout is a technical challenge, not a judgment one, and modern extraction tools handle it well.
Ambiguity Tolerance
High
Success criteria are crisp: six named columns, one row per line item, all 50 invoices covered. The agent can verify completeness by checking row counts and column population without human input.
Data & Tool Availability
High
The agent needs only the 50 PDF files and a PDF-parsing tool or vision-capable LLM, both of which are readily available. No external APIs, credentials, or live context are required.
Error Cost
Medium
Errors like transposed quantities or wrong unit prices could cause downstream accounting mistakes, but the output is a CSV that a human can review before it enters any system of record, making damage reversible.
Human Judgment Required
Low
No taste, ethics, or relationship context is needed. Edge cases like ambiguous line descriptions or multi-currency invoices require minor parsing logic, not human intuition.