Skip to content

Commit bbbbaaf

Browse files
authored
UN-2587 [FEAT] Add table processing mode support in LLM Whisperer connector (#193)
Introduced the newly added table mode
1 parent 10044d3 commit bbbbaaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"native_text",
3434
"low_cost",
3535
"high_quality",
36-
"form"
36+
"form",
37+
"table"
3738
],
3839
"default": "form",
3940
"description": "Processing mode to use, described in the [LLMWhisperer documentation](https://docs.unstract.com/llmwhisperer/llm_whisperer/apis/llm_whisperer_text_extraction_api/#modes)."

0 commit comments

Comments
 (0)