UNPKG

n8n-nodes-pdf-accessibility

Version:

AI-powered PDF accessibility automation for N8N - comprehensive WCAG compliance analysis, intelligent remediation, and professional audit reporting with 5 integrated accessibility tools

6 lines (5 loc) 296 B
export { ILLMProvider, IAnalysisOptions, IProviderCredentials, BaseLLMProvider } from './base'; export { AnthropicProvider } from './anthropic'; export { OpenAIProvider } from './openai'; export { GoogleProvider } from './google'; export { LLMProviderFactory, LLMProviderType } from './factory';