Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lihuigu
/
SciPIP
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SciPIP
/
src
/
utils
/
scipdf
/
pdf
/
__init__.py
lihuigu
update structure
cee6a24
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
from
.parse_pdf
import
*
__all__ = [
"list_pdf_paths"
,
"parse_abstract"
,
"parse_figure_caption"
,
"parse_references"
,
"parse_pdf_to_dict"
,
]