Repeatability
High
The same five fields must be extracted from every document, and the task description confirms a small number of known templates. This is structurally identical work repeated 240 times — ideal for automation.
Ambiguity Tolerance
High
Success criteria are concrete: five named fields, one row per invoice, one output CSV. A non-human can verify completeness by row count and field population rate with no subjective judgment required.
Data & Tool Availability
High
The PDFs are already exported and available as a local file batch. Standard PDF-parsing and OCR tooling (e.g., pdfplumber, AWS Textract, Azure Form Recognizer) can be invoked without special permissions or live system access.
Error Cost
Medium
A wrong GL code or transposed invoice amount could cause downstream accounting errors, but the output is a CSV that a human can spot-check before ingestion — the damage is reversible if reviewed before use.
Human Judgment Required
Low
Field extraction from structured documents requires no taste, ethics, or relationship context. The only judgment needed is handling ambiguous edge cases, which can be flagged for human review rather than blocking the whole run.