Spaces:
Runtime error
Runtime error
Update get_paper_from_pdf.py
Browse files- get_paper_from_pdf.py +0 -1
get_paper_from_pdf.py
CHANGED
@@ -4,7 +4,6 @@ from collections import Counter
|
|
4 |
import json
|
5 |
import re
|
6 |
|
7 |
-
|
8 |
class Paper:
|
9 |
def __init__(self, path, title='', url='', abs='', authors=[]):
|
10 |
# 初始化函数,根据pdf路径初始化Paper对象
|
|
|
4 |
import json
|
5 |
import re
|
6 |
|
|
|
7 |
class Paper:
|
8 |
def __init__(self, path, title='', url='', abs='', authors=[]):
|
9 |
# 初始化函数,根据pdf路径初始化Paper对象
|