mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
OCR + reportistica
This commit is contained in:
@@ -46,6 +46,15 @@ dependencies = [
|
||||
# Storage MinIO/S3
|
||||
"miniopy-async>=1.21.0",
|
||||
|
||||
# Estrazione testo allegati (usato anche dal job rescan nel backend)
|
||||
"pypdf>=4.0.0",
|
||||
"python-docx>=1.1.0",
|
||||
|
||||
# OCR per allegati image-only (immagini dirette e PDF scansionati)
|
||||
"pytesseract>=0.3.13",
|
||||
"pdf2image>=1.17.0",
|
||||
"Pillow>=11.0.0",
|
||||
|
||||
# IMAP async (per test connessione nel backend + mailbox service)
|
||||
"aioimaplib>=2.0.0",
|
||||
|
||||
@@ -58,6 +67,9 @@ dependencies = [
|
||||
# Utilities
|
||||
"python-multipart>=0.0.9", # upload file
|
||||
"python-dotenv>=1.0.0",
|
||||
|
||||
# Generazione PDF report (puro Python, nessuna dipendenza di sistema)
|
||||
"reportlab>=4.2.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user