https://github.com/opendatalab/MinerU.git

赵小蒙 3f3edc39f5 update setup 1 yıl önce
.github e76bc9faa6 skip case 1 yıl önce
demo 4adc761b2e remove old demo 1 yıl önce
magic_pdf 97a4e47319 change garbled rate check from not_common_character_rate to not_printable_rate 1 yıl önce
others c9c14beab3 更新readme 1 yıl önce
tests b7a2f547bb skip case 1 yıl önce
tools 484b33044f add case 1 yıl önce
.gitignore 016cde3ece 修复init错误 1 yıl önce
LICENSE.md 9fe81795bc Create LICENSE.md 1 yıl önce
README.md a0e46724f0 Update README.md 1 yıl önce
magic-pdf.template.json 02d805ea9b 增加重构函数位置 1 yıl önce
requirements.txt f8548a8ea2 update PyMuPDF to 1.24.4 1 yıl önce
setup.py 3f3edc39f5 update setup 1 yıl önce

README.md

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

版权说明

LICENSE.md

鸣谢