Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 434 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 434 Bytes

A simple PDF parser for Deutsche Bahn tickets

This crude python-script will traverse through a folder and try to parse all its pdfs to extract useful information from digital DB-tickets into a csv for your tax report.

No commandline options. Just run it in the folder containing your receipts and it will output to output.csv in the same folder.

GNU GPLv3

Requisites

  • PyPDF2

    (install with python -m pip install PyPDF2)