Skip to content

Commit 46b217f

Browse files
committed
Strip flag
1 parent cb4145c commit 46b217f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

marker/config/parser.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ def common_options(fn):
7070
)(fn)
7171

7272
# we put common options here
73-
fn = click.option(
74-
"--use_llm",
75-
is_flag=True,
76-
default=False,
77-
help="Use LLM for higher accuracy.",
78-
)(fn)
7973
fn = click.option(
8074
"--converter_cls",
8175
type=str,

0 commit comments

Comments
 (0)