Views
No views yet
git lfs installPDF-Extract-Kit model from Hugging Face, use the following command:git lfs clone https://huggingface.co/opendatalab/PDF-Extract-Kit1# First, install the ModelScope library using pip:
2pip install modelscope1# Use the following Python code to download the model using the ModelScope SDK:
2from modelscope import snapshot_download
3model_dir = snapshot_download('opendatalab/PDF-Extract-Kit')git clone https://www.modelscope.cn/opendatalab/PDF-Extract-Kit.git./
├── Layout
│ ├── config.json
│ └── model_final.pth
├── MFD
│ └── weights.pt
├── MFR
│ └── UniMERNet
│ ├── config.json
│ ├── preprocessor_config.json
│ ├── pytorch_model.bin
│ ├── README.md
│ ├── tokenizer_config.json
│ └── tokenizer.json
├── TabRec
│ └── StructEqTable
│ ├── config.json
│ ├──generation_config.json
│ ├──model.safetensors
│ ├──preprocessor_config.json
│ ├──special_tokens_map.json
│ ├──spiece.model
│ ├──tokenizer_config.json
│ └──tokenizer.json
└── README.md