fix(requirements): add PyPDF2 dependency for PDF processing

This commit is contained in:
ntohidi
2025-05-07 11:18:44 +02:00
parent 12783fabda
commit eebb8c84f0

View File

@@ -24,4 +24,5 @@ cssselect>=1.2.0
chardet>=5.2.0
brotli>=1.1.0
fake-useragent>=2.2.0
pdf2image>=1.17.0
pdf2image>=1.17.0
PyPDF2>=3.0.1