ingest_payslips
Scan a directory for PDF payslips, parse them, and store in a database, skipping duplicates and returning a JSON summary.
Instructions
Scan a directory for PDF payslips, parse them, and store in the database.
Skips already-ingested files (SHA-256 deduplication). Returns a JSON summary: total files, ingested, duplicates skipped, failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |