You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@
83
83
"type": "boolean",
84
84
"title": "Mark vertical lines",
85
85
"default": false,
86
-
"description": "States whether to reproduce vertical lines in the document."
86
+
"description": "States whether to reproduce vertical lines in the document. Note: This parameter is not applicable if `mode` chosen is `native_text`."
87
87
},
88
88
"mark_horizontal_lines": {
89
89
"type": "boolean",
90
90
"title": "Mark horizontal lines",
91
91
"default": false,
92
-
"description": "States whether to reproduce horizontal lines in the document."
92
+
"description": "States whether to reproduce horizontal lines in the document. Note: This parameter is not applicable if `mode` chosen is `native_text` and will not work if `mark_vertical_lines` is set to `false`."
0 commit comments