Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 452 Bytes

Install dependency and download model weight.

conda create -n mfd python=3.10
conda activate mfd
pip install ultralytics

# download with modelscope
cd MFD/
wget -c https://www.modelscope.cn/models/wanderkid/PDF-Extract-Kit/resolve/master/models/MFD/weights.pt

# you can also download with huggingface
# https://huggingface.co/wanderkid/PDF-Extract-Kit/blob/main/models/MFD/weights.pt

Run the demo

python demo.py