Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
0a5464d
1
Parent(s):
095385f
Update crazy_utils.py
Browse files
crazy_functions/crazy_utils.py
CHANGED
@@ -555,8 +555,8 @@ def read_and_clean_pdf_text(fp):
|
|
555 |
meta_txt = meta_txt.replace('\n', '\n\n')
|
556 |
|
557 |
############################## <第 5 步,展示分割效果> ##################################
|
558 |
-
for f in finals:
|
559 |
-
|
560 |
-
|
561 |
|
562 |
return meta_txt, page_one_meta
|
|
|
555 |
meta_txt = meta_txt.replace('\n', '\n\n')
|
556 |
|
557 |
############################## <第 5 步,展示分割效果> ##################################
|
558 |
+
# for f in finals:
|
559 |
+
# print亮黄(f)
|
560 |
+
# print亮绿('***************************')
|
561 |
|
562 |
return meta_txt, page_one_meta
|