668 B
668 B
Fillable PDF Forms - Extraction Guide
This guide is for the "extracting-form-fields" agent performing extraction on fillable PDFs.
Process Overview
@startuml Fillable-Forms
title Fillable PDF Forms - Extraction Workflow
start
:Extract form field metadata;
:**✓ FILLABLE EXTRACTION COMPLETE**;
stop
@enduml
Extraction Process
1. Extract Form Field Metadata
python scripts/extract_form_field_info.py input.pdf input.chatfield/input.form.json
This creates a JSON file with field metadata:
Completion Report
After extraction, simply state "Done". If there is an unrecoverable error, halt and report the error verbatim.