80b937ddd9373dbb90b9ea4148e0445b303f8cc3
paperlib: a CLI tool to manage paper library
This project use mineru to convert PDF to markdown, and establish a markdown paper library.
usage
# init a library in current directory
paperlib init
# manually import a PDF
paperlib import --pdf <path to pdf> [--arxiv-id xxxx.xxxxx]
# import an arXiv paper
paperlib import --arxiv xxxx.xxxxx
# place holder
...
Description
Languages
Python
100%