merge_table_cells_horizontal
Merge cells horizontally across a specified row in a table. Provide document ID, table index, row index, start column, and end column to combine multiple cells into one.
Instructions
Merge cells horizontally in a row
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_index | Yes | ||
| row_index | Yes | ||
| start_col | Yes | ||
| end_col | Yes |