- Add compatibility for PyMuPDF versions (fitz and pymupdf imports) - Add fallback support for PyPDF2, pypdf, and pdfplumber - Update requirements.txt with PDF parsing dependencies - Fix 'cannot extract PDF text' error in Docker environment
pip on Windows uses GBK codec by default and fails on UTF-8 Chinese characters in requirements.txt.