extract_form_data
Extract field values from a fillable PDF to retrieve a JSON object mapping each field name to its value. Use this to read submitted form data programmatically.
Instructions
Extract form field values from a fillable PDF. Returns a JSON object mapping field names to their values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | The document ID of the fillable PDF |