harningle / fia-doc

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

PDF parsing for power unit allocations #2

Closed jeanbernard closed 2 months ago

jeanbernard commented 2 months ago

I've added demo code for parsing the FIA's PU elements used per driver up to now PDF file published at the start of every race weekend.

Per our discussion on Slack, we won't be focusing on collecting the information for this PDF at the moment but it should come in handy for when the team decides to start parsing it in the future.

Disclaimer: I am new to both Python and PDF parsing so the code may not be up to standards but should still serve as a foundation for future endeavors. I'd be more than happy to make changes if requested šŸ˜ƒ

harningle commented 2 months ago

Looks very good to me! Two minor things:

This is not urgent so I will merge this first. Thanks a lot!