Skip to content

Commit 92edf0c

Browse files
FIX: Improved description message for mark_horizontal_lines and mark_vertical_lines fields (#147)
* Improved description message for and field * Minor improvement in the markdown * Update src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json Co-authored-by: harini-venkataraman <[email protected]> Signed-off-by: Tahier Hussain <[email protected]> * Minor description improvement --------- Signed-off-by: Tahier Hussain <[email protected]> Co-authored-by: harini-venkataraman <[email protected]>
1 parent d3c413f commit 92edf0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383
"type": "boolean",
8484
"title": "Mark vertical lines",
8585
"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`."
8787
},
8888
"mark_horizontal_lines": {
8989
"type": "boolean",
9090
"title": "Mark horizontal lines",
9191
"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`."
9393
},
9494
"tag": {
9595
"type": "string",

0 commit comments

Comments
 (0)