fix api argument error (#1920)

### What problem does this PR solve?

#1918 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-08-13 10:15:55 +08:00
committed by GitHub
parent eb8feaf20a
commit 8badf3f423
3 changed files with 6 additions and 4 deletions

View File

@ -487,7 +487,7 @@ def upload_and_parse():
def dummy(prog=None, msg=""):
pass
parser_config = {"chunk_token_num": 4096, "delimiter": "\n!?。;!?", "layout_recognize": False}
parser_config = {"chunk_token_num": 4096, "delimiter": "\n!?;。;!?", "layout_recognize": False}
exe = ThreadPoolExecutor(max_workers=12)
threads = []
for d, blob in files: