Worldox GX4’s integration surface for AI is defined by its COM-based API, SQL Server database schema, and file system watchers. AI processes typically connect at three key points:
- Ingestion & Indexing: Trigger AI classification and metadata enrichment via
FileSystemWatcherevents on the\Worldox\Datadirectory or by intercepting theProfilestable insert in theWDXDB. - Search & Retrieval: Enhance the native search interface by calling AI-powered semantic search (RAG) from a custom
ISAPIextension or a web service that queries a vector store populated from Worldox document text and metadata. - Workflow Automation: Inject AI decision points into document workflows by extending
Worldox GX4 Workflowrules, using the COM API to fetch document content, call an AI model for analysis (e.g., privilege detection), and update theDocProfileor trigger an approval.




