This commit is contained in:
2026-04-17 02:00:23 -04:00
commit 767326346b
10 changed files with 3467 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# `paperlib`: a CLI tool to manage paper library
This project use `mineru` to convert PDF to markdown, and establish a markdown paper library.
## usage
```bash
# 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
...
```