Core Document Processing Service for BACH (Integration of DokuZentrum)
Dieser Service integriert die Kern-Funktionalitäten der "DokuZentrum" Suite in BACH.
Die Module liegen in skills/_services/document/:
pdf_service.pyocr_service.pyredaction_service.pysearch_service.pyRef: ../user/_archive/BACH_TOOLS_INTEGRATION_ANALYSIS.md
from skills._services.document.pdf_service import PDFProcessor
text = PDFProcessor.extract_text("rechnung.pdf")
Category:other