UNPKG

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) 517 B
export { LANGUAGE_TO_TESSERACT, OCRCheckResult, OCRCheckerConfig, batchCheckImages, checkImageForProfanity, createOCRChecker, languagesToTesseract } from './ocr.js'; export { AudioCheckResult, AudioInput, AudioPipelineConfig, AudioSegmentResult, TranscriberFunction, createAudioPipeline, createGoogleSTTTranscriber, createRealtimeChecker, createWhisperTranscriber } from './audio.js'; export { C as CheckProfanityResult, F as FilterConfig, L as Language } from '../types-B9c_ik4k.js'; import '../Filter-BGcyIAvO.js';