Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Improved description message for mark_horizontal_lines and mark_vertical_lines fields #147

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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