Feat: Update MinerU parser to use dynamic formula and table enable options
This commit is contained in:
parent
4353de319d
commit
5dd9a3671a
1 changed files with 2 additions and 2 deletions
|
|
@ -296,8 +296,8 @@ class MinerUParser(RAGFlowPdfParser):
|
|||
"lang_list": options.lang,
|
||||
"backend": options.backend,
|
||||
"parse_method": options.method,
|
||||
"formula_enable": True,
|
||||
"table_enable": True,
|
||||
"formula_enable": options.formula_enable,
|
||||
"table_enable": options.table_enable,
|
||||
"server_url": None,
|
||||
"return_md": True,
|
||||
"return_middle_json": True,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue