赵小蒙 6ab1a65a6a fix error
2024-06-04 16:26:37 +08:00
2024-06-04 16:26:37 +08:00
2024-05-06 19:04:08 +08:00
2024-06-04 15:49:46 +08:00
2024-03-04 16:02:46 +08:00
2024-05-22 14:57:31 +08:00
2024-05-22 13:51:58 +08:00
2024-03-29 17:29:44 +08:00
2024-03-04 15:43:30 +08:00
2024-05-08 16:24:05 +08:00
2024-05-27 14:40:17 +08:00
2024-06-04 11:33:57 +08:00
2024-06-04 11:48:24 +08:00

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

鸣谢

Languages
Python 98.9%
Dockerfile 1.1%