Skip to content

Commit

Permalink
Update querying-table-data.md (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwoznic authored Dec 16, 2024
1 parent 121b28b commit cd53bf5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions www/docs/learn/querying-table-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ To enable table data extraction in the UI:

### File Upload API

To extract tables during document ingestion, set the `table_extraction_config`
parameter in the file upload request to `true` in the `multipart/form-data`
payload. By default, this parameter is set to `false`.
To extract tables during document ingestion, set the `extract_tables` option in
the `table_extraction_config` parameter of the file upload request to `true`
in the `multipart/form-data` payload. For example, `table_extraction_config={"extract_tables":true};type=application/json`.
By default, this parameter is set to `false`.

### Indexing API

Expand Down

0 comments on commit cd53bf5

Please sign in to comment.