Is there a substitute package for PyPDF2? I am getting the “ModuleNotFoundError: No module named ‘PyPDF2’”. I believe this is because this package is incompatible with Python 3.12.1, which is the python version I am using. Thoughts? Suggests?
Is there a substitute package for PyPDF2? I am getting the “ModuleNotFoundError: No module named ‘PyPDF2’”. I believe this is because this package is incompatible with Python 3.12.1, which is the python version I am using. Thoughts? Suggests?
Hi you could try PyMuPDF
you can read the docs here