feature(read pdf paper then write summary):

add a func called readPdf in toolbox, which can read pdf paper to str. then use bs4.BeautifulSoup to clean content.
This commit is contained in:
欧玮杰
2023-03-31 00:54:01 +08:00
parent 380bfe6984
commit 285fa4690c
4 changed files with 80 additions and 11 deletions

View File

@ -30,7 +30,7 @@ def get_crazy_functionals():
"Color": "stop", # 按钮颜色
"Function": 解析一个C项目
},
"读tex论文写摘要": {
"读tex or pdf论文写摘要": {
"Color": "stop", # 按钮颜色
"Function": 读文章写摘要
},