We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63753a commit ee62ad5Copy full SHA for ee62ad5
src/PaperCrawlerUtil/document_util.py
@@ -2,6 +2,9 @@
2
from pdf_util import *
3
from office_util import *
4
5
-
6
if __name__ == "__main__":
7
basic_config(logs_style=LOG_STYLE_PRINT)
+ # 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