Skip to main content

Module form_extractor

Module form_extractor 

Source
Expand description

AcroForm field extraction from PDF documents.

Reads form fields (text inputs, checkboxes, radio buttons, dropdowns) and their current values from the PDF’s AcroForm dictionary.

Structs§

FormField
A single form field extracted from the PDF.

Enums§

FormFieldType
Type of form field.

Functions§

extract_form_fields
Extract all AcroForm fields from a PDF document.