PDF-Extract-Kit-1.0 / README.md
wanderkid's picture
Add PDF-Extract-Kit-1.0 models
2279299
|
raw
history blame
700 Bytes

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('opendatalab/PDF-Extract-Kit')

Git Download

Alternatively, you can use Git to clone the model repository from ModelScope:

git clone https://www.modelscope.cn/opendatalab/PDF-Extract-Kit.git

license: apache-2.0