feat: Add Document Crawler & Auto-Onboarding service (Phase 1.4)
New standalone Python/FastAPI service for automatic compliance document scanning, LLM-based classification, IPFS archival, and gap analysis. Includes extractors (PDF, DOCX, XLSX, PPTX), keyword fallback classifier, compliance matrix, and full REST API on port 8098. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
document-crawler/classifiers/__init__.py
Normal file
2
document-crawler/classifiers/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from .llm_classifier import classify_document
|
||||
from .keyword_fallback import keyword_classify
|
||||
Reference in New Issue
Block a user