This commit is contained in:
Ray 2025-04-09 17:30:36 +08:00
parent 5663d9e942
commit 8a7f8132cf
2 changed files with 5 additions and 5 deletions

View file

@ -1033,7 +1033,7 @@ def page_index_main(doc, opt=None):
def page_index(doc, model=None, toc_check_page_num=None, max_page_num_each_node=None, max_token_num_each_node=None,
f_add_node_id=None, if_add_node_summary=None, if_add_doc_description=None):
if_add_node_id=None, if_add_node_summary=None, if_add_doc_description=None):
user_opt = {
arg: value for arg, value in locals().items()