Initial commit
This commit is contained in:
29
skills/extracting-form-fields/references/Fillable-Forms.md
Normal file
29
skills/extracting-form-fields/references/Fillable-Forms.md
Normal 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.
|
||||
Reference in New Issue
Block a user