Commit 804a3cd6 authored by myhloli's avatar myhloli
Browse files

fix: standardize parameter names for formula enable and table enable in fast_api.py

parent 677a301a
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment