Downloads · 30 days
0
opendatalab/PDF-Extract-Kit-1.0
PDF-Extract-Kit-1.0 is a machine learning model from opendatalab. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This is the model repository corresponding to version 1.0 of PDF-Extract-Kit. For usage, please refer to:
Downloads · 30 days
0
Access
Public
Updated Jun 15, 2026
Repo size
16.7 GB
Likes
126
Public
Click a slice to open those files.
.pth6.7 GB · 44%
From the Hugging Face model README
This is the model repository corresponding to version 1.0 of PDF-Extract-Kit. For usage, please refer to:
# 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)
Alternatively, you can use Git to clone the model repository from ModelScope:
git lfs install
git clone https://huggingface.co/opendatalab/PDF-Extract-Kit-1.0