Extract Form Data From PDF
extract_form_data_from_pdfExtract all PDF form fields and values into a structured JSON file for further processing and analysis.
Instructions
Extract all PDF form fields and values via PDF4me /api/v2/ExtractPdfFormData. Input is pdf_file_path; optional request_doc_name and output_dir. Saves extracted_form_data.json with the full API response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | ||
| pdf_file_path | Yes | ||
| request_doc_name | No |