Update crazy_utils.py

This commit is contained in:
binary-husky 2023-04-18 23:24:15 +08:00 committed by GitHub
parent 095385f889
commit 0a5464d7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -555,8 +555,8 @@ def read_and_clean_pdf_text(fp):
meta_txt = meta_txt.replace('\n', '\n\n')
############################## <第 5 步,展示分割效果> ##################################
for f in finals:
print亮黄(f)
print亮绿('***************************')
# for f in finals:
# print亮黄(f)
# print亮绿('***************************')
return meta_txt, page_one_meta