这是 PDF-Extract-Kit 1.0 版本对应的模型仓库。使用方法请参考:
# First, install the huggingface library using pip:
pip install huggingface_hub# Use the following Python code to download the model using the huggingface SDK:
from huggingface_hub import snapshot_download
snapshot_download(repo_id='opendatalab/pdf-extract-kit-1.0', local_dir='./', max_workers=20)或者,您可以使用 Git 从 ModelScope 克隆模型仓库:
git lfs install
git clone https://huggingface.co/opendatalab/PDF-Extract-Kit-1.0