pdf_get_form_fields
Extract form field details from PDF documents, including names, types, values, and required status, to identify and process interactive form elements.
Instructions
List all form fields in a PDF with their names, types, current values, and required status. Returns hasForm: false for PDFs without forms.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the PDF file |