Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:25:58 +08:00
commit e13b6ff259
31 changed files with 3185 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Fillable PDF Forms - Extraction Guide
This guide is for the "extracting-form-fields" agent performing extraction on fillable PDFs.
## Process Overview
```plantuml
@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
```bash
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.