Skip to content

Commit ee62ad5

Browse files
committed
取消测试代码
1 parent f63753a commit ee62ad5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/PaperCrawlerUtil/document_util.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
from pdf_util import *
33
from office_util import *
44

5-
65
if __name__ == "__main__":
76
basic_config(logs_style=LOG_STYLE_PRINT)
7+
# for i in range(7):
8+
# getSomePagesFromFileOrDirectory(
9+
# path="D:\\python project\\PaperCrawlerUtil\\src\\PaperCrawlerUtil\\09_43_0370543.pdf",
10+
# page_range=(i * 50, (i + 1) * 50))

0 commit comments

Comments
 (0)