Compliance
Multimodal Privacy Filter
Automatically detect and redact PII from transcripts, OCR text, and raw documents to ensure compliance and safe distribution.
51.2K runs
Deploy Recipefrom mixpeek import Mixpeekclient = Mixpeek("your-api-key")# Create a collection with privacy-aware processingclient.collections.create(feature_extractors=["audio-transcription","image-text-extraction","pii-redactor","text-embedding"])
Feature Extractors
Audio Transcription
Transcribe audio content to text
450K runs
Image Text Extraction (OCR)
Extract text content from images and scan documents
725K runs
PII Redactor
Detect and redact personally identifiable information from text, transcripts, and OCR output
183K runs
Text Embedding
Extract semantic embeddings from documents, transcripts and text content
827K runs
Retrievers
KNN Search
K-Nearest Neighbor search for finding similar vectors based on distance metrics
450K runs