Skip to content

pjcunningham/parcel-force-zones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post codes against Zone, Area, Location extracted from Parcelforce post cost list PDF

https://www.parcelforce.com/sites/default/files/UKPostcodelistv2Aug19.pdf

Parcelforce PDF Input

Parcel Force PDF Input

Excel Output

Example Excel Output

python cli.py ./input/UKPostcodelistv2Aug19.pdf ./output/output.csv
python cli.py ./input/UKPostcodelistv2Aug19.pdf ./output/output.xlsx
python cli.py ./input/UKPostcodelistv2Aug19.pdf ./output/output.json

Page 7 is the troublesome page as it has 3 zones. Using Camelot cli we can get the table co-ordinates and extract them individually for processing.

Show page 7 grid

camelot --pages 7 stream -plot grid ./input/UKPostcodelistv2Aug19.pdf

Page 7, 1 grid having 3 zones

Page 7, Zone 1 Grid

camelot --pages 7 stream -plot grid -T 40,770,537,537 ./input/UKPostcodelistv2Aug19.pdf

Page 7, Zone 1 Grid

Page 7, Zone 2 Grid

camelot --pages 7 stream -plot grid -T 40,510,537,320 ./input/UKPostcodelistv2Aug19.pdf

Page 7, Zone 2 Grid

Page 7, Zone 3 Grid

camelot --pages 7 stream -plot grid -T 40,290,537,180 ./input/UKPostcodelistv2Aug19.pdf

Page 7, Zone 3 Grid

About

Extract Parcelforce Post Code Zones from PDF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages