Docflow Add Category Table
docflow_add_category_tableAdd a table field group to a category to extract structured table data such as invoice line items or hotel charges.
Instructions
Add a table field group to a category (POST /category/tables/add).
Use for extracting structured table data (e.g. invoice line items, hotel charges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Table name (e.g. "货物明细", "消费明细"). | |
| fields | Yes | Column definitions. Format: [{"name": "列名", "description": "描述"}] | |
| category_id | Yes | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||