pdf_compare
Visually compare two PDFs page by page: return the change percentage per page as JSON, or generate a diff PDF with changes highlighted in red.
Instructions
Visually compare two PDFs (local paths) page by page: change percentage per page as JSON, or a diff PDF with changes highlighted in red. $0.01 PER PAGE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dpi | No | ||
| file_a | Yes | ||
| file_b | Yes | ||
| output | No | json | |
| threshold | No | ||
| output_path | No | ||
| idempotency_key | No |