2026-01-21 18:06:34 +08:00

13 lines
176 B
Markdown

# parse.py
Parses structured data from PDF forms and tables.
**Input**:
```json
{
"file_path": "/path/to/form.pdf",
"extract_tables": true,
"extract_forms": true
}
```