# Magic-PDF 便捷、准确的将PDF转换成Markdown文档 ### 上手指南 ###### 开发前的配置要求 python 3.9+ ###### **安装步骤** 1.Clone the repo ```sh git clone https://github.com/magicpdf/Magic-PDF.git ``` 2.Install the requirements ```sh cd Magic-PDF pip install -r requirements.txt ``` 3.Run the command line ```sh linux/osx export PYTHONPATH=. win $env:PYTHONPATH += ";.\Magic-PDF\magic_pdf" ``` ``` python magic_pdf/cli/magicpdf.py --help ``` ### 版权说明 [LICENSE.md](https://github.com/magicpdf/Magic-PDF/blob/master/LICENSE.md) ### 鸣谢 - [PyMuPDF](https://github.com/pymupdf/PyMuPDF)