harningle / fia-doc

Parse FIA documents to get underlying tyre compound
8 stars 1 forks source link

handle tables spanning multiple pages #4

Open harningle opened 1 month ago

harningle commented 1 month ago

Entry list, fastest lap, and pit stop PDFs (and potentially many others) can have tables across multiple pages. Currently only look at the first page and ignore everything later. Should fix later

https://github.com/harningle/fia-doc/blob/29a5a26b7a5eaba6c349281c164de2ad753184f0/parse_pit_stop_summary.py#L23

https://github.com/harningle/fia-doc/blob/29a5a26b7a5eaba6c349281c164de2ad753184f0/parse_race_fastest_laps.py#L19