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.
这个提交包含在:
欧玮杰
2023-03-31 00:54:01 +08:00
父节点 2d5d719696
当前提交 5521f0e41c
共有 4 个文件被更改,包括 80 次插入11 次删除

查看文件

@@ -1,3 +1,10 @@
gradio>=3.23
requests[socks]
mdtex2html
requests[socks]~=2.28.2
mdtex2html~=1.2.0
Markdown~=3.4.3
latex2mathml~=3.75.1
bs4~=0.0.1
lxml~=4.6.4
beautifulsoup4~=4.12.0
numpy~=1.24.2
pdfminer.six