13 lines
176 B
Markdown
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
|
|
}
|
|
```
|
|
|