Views
No views yet
1# First, install the huggingface library using pip:
2pip install huggingface_hub1# Use the following Python code to download the model using the huggingface SDK:
2from huggingface_hub import snapshot_download
3
4snapshot_download(repo_id='opendatalab/pdf-extract-kit-1.0', local_dir='./', max_workers=20)1git lfs install
2git clone https://huggingface.co/opendatalab/PDF-Extract-Kit-1.0