mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
OCR + reportistica
This commit is contained in:
+10
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user