mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 19:18:34 +07:00
6ab1a65a6a96b83347c366ae94dea343af9d498b
Magic-PDF
便捷、准确的将PDF转换成Markdown文档
上手指南
开发前的配置要求
python 3.9+
安装步骤
1.Clone the repo
git clone https://github.com/magicpdf/Magic-PDF.git
2.Install the requirements
cd Magic-PDF
pip install -r requirements.txt
3.Run the command line
linux/osx
export PYTHONPATH=.
win
$env:PYTHONPATH += ";.\Magic-PDF\magic_pdf"
python magic_pdf/cli/magicpdf.py --help
版权说明
鸣谢
Description
Languages
Python
98.9%
Dockerfile
1.1%