feat: add PDF rotation functionality and integrate with Azure Document Intelligence processing

This commit is contained in:
Christian Krakau-Louis
2025-04-04 01:30:14 +02:00
parent 6e0a0b43bb
commit 98df430f8f
5 changed files with 151 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ sqlalchemy # Database ORM
pydantic # Data validation
openai # GPT integration for metadata extraction
pymupdf # PDF processing, text extraction, and detection (imported as 'fitz')
PyPDF2 # PDF processing for page counting
PyPDF2 # PDF processing for page counting and now also for rotation
requests # HTTP client
dropbox>=11.36.0 # Dropbox integration
azure-ai-documentintelligence # Azure OCR service