glin-profanity
Version:
Glin-Profanity is a lightweight and efficient npm package designed to detect and filter profane language in text inputs across multiple languages. Whether you’re building a chat application, a comment section, or any platform where user-generated content
5 lines (4 loc) • 521 B
text/typescript
export { LANGUAGE_TO_TESSERACT, OCRCheckResult, OCRCheckerConfig, batchCheckImages, checkImageForProfanity, createOCRChecker, languagesToTesseract } from './ocr.cjs';
export { AudioCheckResult, AudioInput, AudioPipelineConfig, AudioSegmentResult, TranscriberFunction, createAudioPipeline, createGoogleSTTTranscriber, createRealtimeChecker, createWhisperTranscriber } from './audio.cjs';
export { C as CheckProfanityResult, F as FilterConfig, L as Language } from '../types-B9c_ik4k.cjs';
import '../Filter-D34Wsmrj.cjs';