Chiba Prefecture Go To EAT Business Official Website Convert PDF of member store list to CSV
wget https://www.chiba-gte.jp/downloads/store_list.pdf -O data.pdf
apt install python3-tk ghostscript
pip install camelot-py[cv]
# 10/9 * If the number of characters is exceeded, it is combined with the adjacent cell.
camelot -p all -o data.csv -f csv -split stream -C 97,116,146,365,500 data.pdf
# 10/10 or later
camelot -p all -o data.csv -f csv -split stream -C 18,34,50,305,573 data.pdf
Recommended Posts