Skip to content

Commit

Permalink
FIX: Improved description message for mark_horizontal_lines and `ma…
Browse files Browse the repository at this point in the history
…rk_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]>
  • Loading branch information
tahierhussain and harini-venkataraman authored Jan 24, 2025
1 parent d3c413f commit 92edf0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
"type": "boolean",
"title": "Mark vertical lines",
"default": false,
"description": "States whether to reproduce vertical lines in the document."
"description": "States whether to reproduce vertical lines in the document. Note: This parameter is not applicable if `mode` chosen is `native_text`."
},
"mark_horizontal_lines": {
"type": "boolean",
"title": "Mark horizontal lines",
"default": false,
"description": "States whether to reproduce horizontal lines in the document."
"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`."
},
"tag": {
"type": "string",
Expand Down

0 comments on commit 92edf0c

Please sign in to comment.