19
Modules for extracting data from PDF?
(lemmy.dbzer0.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
pypdf, recently been updated to version 3... it sometimes takes a bit of wrangling for more specific use cases: I've used it in conjunction with reportlab when needing to add text and other bits with a bit more flexibility.
From what I understand PyPDF3 and 4 are separate from pypdf which is the modern version of PyPDF2 as of last year
source link
That's correct afaik. The maintainers of PyPDF2 merged it back into the original pypdf for version 3 I believe.