Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 468 Bytes

Extract Table From PDF

Usage

从参赛手册pdf里搞出来xlsx或者csv格式的队伍名单

git clone https://github.com/xcpcio/domjudge-utility.git

cd domjudge-utility/pdf_parser

pip3 install -U -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/

Example


python3 extract.py -h

python3 extract.py a.pdf --auto/--pages [--format ALL/csv/xlcx] [--output ./output]