MinerU项目中使用的模型,欢迎下载使用。 模型使用请参考PDF-Extract-Kit项目。
SDK Download
# First, install the ModelScope library using pip:
pip install modelscope
# Use the following Python code to download the model using the ModelScope SDK:
from modelscope import snapshot_download
model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
Git Download
Alternatively, you can use Git to clone the model repository from ModelScope:
git clone https://www.modelscope.cn/wanderkid/PDF-Extract-Kit.git
评论