colab部署pdf转换为MD


!pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com

模型下载:


!pip install huggingface_hub
!wget https://github.com/opendatalab/MinerU/raw/master/scripts/download_models_hf.py -O download_models_hf.py

!python download_models_hf.py

转换PDF为MD


!magic-pdf -p  '/content/Python 3反爬虫原理与绕过实战.pdf' -o  '/content/' -m auto

留下评论

您的邮箱地址不会被公开。 必填项已用 * 标注