Spaces:
Running
Running
wangrongsheng
commited on
Commit
•
11d6437
1
Parent(s):
e6ef6e3
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,7 @@ class Paper:
|
|
80 |
print("section_page_dict", self.section_page_dict)
|
81 |
self.section_text_dict = self._get_all_page() # 段落与内容的对应字典
|
82 |
self.section_text_dict.update({"title": self.title})
|
|
|
83 |
self.pdf.close()
|
84 |
|
85 |
def get_paper_info(self):
|
|
|
80 |
print("section_page_dict", self.section_page_dict)
|
81 |
self.section_text_dict = self._get_all_page() # 段落与内容的对应字典
|
82 |
self.section_text_dict.update({"title": self.title})
|
83 |
+
self.section_text_dict.update({"paper_info": self.get_paper_info()})
|
84 |
self.pdf.close()
|
85 |
|
86 |
def get_paper_info(self):
|