OCR + reportistica

This commit is contained in:
2026-03-27 13:54:07 +01:00
parent cbeedc2d2f
commit bb2060c1ae
26 changed files with 5503 additions and 237 deletions
+10 -1
View File
@@ -42,9 +42,18 @@ dependencies = [
"python-dotenv>=1.0.0",
"email-validator>=2.2.0",
# Full-text search: estrazione testo da allegati PDF e DOCX
# Full-text search: estrazione testo da allegati
"pypdf>=4.0.0",
"python-docx>=1.1.0",
"openpyxl>=3.1.0",
"python-pptx>=1.0.0",
"odfpy>=1.4.1",
"striprtf>=0.0.26",
# OCR per allegati image-only (immagini dirette e PDF scansionati)
"pytesseract>=0.3.13",
"pdf2image>=1.17.0",
"Pillow>=11.0.0",
]
[project.optional-dependencies]