23 ms·
A few months ago I was looking for a similar solution but couldn't find one that handles empty cells very well. I ended up writing my own program[0] that is spe
by KhalilK 8y ago
A few months ago I was looking for a similar solution but couldn't find one that handles empty cells very well. I ended up writing my own program[0] that is specific to my files' layout.
This library works perfectly and could've saved me a lot of time! Looking at some of the source code, we used similar logic to parse the tables. Pretty neat!
0.https://github.com/khllkcm/pdf2calendar https://github.com/khllkcm/pdf2calendar
- vortex_ape 8y agoWill check out pdf2calendar!