Repeatability
High
The same six fields must be extracted from every invoice, and the aggregation logic is deterministic. While templates vary, the structural pattern repeats across all 450 documents, making this highly amenable to automation.
Ambiguity Tolerance
High
Success criteria are explicit: six named fields, one CSV output, month-over-month totals by matter code, and flagged rows for missing or suspect data. There is little room for interpretation about what 'done' looks like.
Data & Tool Availability
High
The PDFs are a finite, self-contained input set. Standard PDF parsing libraries, OCR tools, and CSV generation are all mature and accessible. No live APIs, credentials, or external systems are required beyond file access.
Error Cost
High
This is legal billing data — errors in extracted amounts, matter codes, or dates could cause incorrect client charges, compliance issues, or disputes. However, the built-in flagging mechanism and the fact that a human reviews flagged rows significantly mitigates downstream risk.
Human Judgment Required
Low
The extraction rules are fully specified and the edge-case handling strategy (flag and escalate) is already defined. No taste, ethics, or relationship context is needed — just accurate parsing and rule-following.