# `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 [--arxiv-id xxxx.xxxxx] # import an arXiv paper paperlib import --arxiv xxxx.xxxxx # place holder ... ```