2025-10-02 13:59:36
So you want to parse a #PDF?
https://eliot-jones.com/2025/8/pdf-parsing-xref
When you've had enough of automating every little thing and just want to get stuff done and end up manually generating a bunch of (very slow to generate) PDF plots, then concatenate all of them with #ghostScript, then extract the text with #pdf2txt, use a regex in Python to find some numbers and…