SciPIP / src /utils /scipdf /pdf /__init__.py
lihuigu's picture
update structure
cee6a24
raw
history blame contribute delete
161 Bytes
from .parse_pdf import *
__all__ = [
"list_pdf_paths",
"parse_abstract",
"parse_figure_caption",
"parse_references",
"parse_pdf_to_dict",
]