Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
804a3cd6
Commit
804a3cd6
authored
Jul 02, 2025
by
myhloli
Browse files
fix: standardize parameter names for formula enable and table enable in fast_api.py
parent
677a301a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mineru/cli/fast_api.py
mineru/cli/fast_api.py
+2
-2
No files found.
mineru/cli/fast_api.py
View file @
804a3cd6
...
...
@@ -93,8 +93,8 @@ async def parse_pdf(
p_lang_list
=
actual_lang_list
,
backend
=
backend
,
parse_method
=
parse_method
,
p_
formula_enable
=
formula_enable
,
p_
table_enable
=
table_enable
,
formula_enable
=
formula_enable
,
table_enable
=
table_enable
,
server_url
=
server_url
,
f_draw_layout_bbox
=
False
,
f_draw_span_bbox
=
False
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment