PDF Redaction

Detect/Redact sensitive data from PDF with zero data retention.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Anonymize Pdf: Anonymize a PDF by detecting and redacting PII (Personally Identifiable Information). :param pdf: Base64-encoded PDF document to process. :param api_key: API key used to authenticate an
  • Detect Pii Pdf: Detect PII (Personally Identifiable Information) in a PDF without redacting it. :param pdf: Base64-encoded PDF document to process. :param api_key: API key used to authenticate and met
  • Anonymize Pdf Custom: Anonymize a PDF using a custom natural-language prompt instead of predefined tags. :param pdf: Base64-encoded PDF document to process. :param prompt: Custom prompt describing wha

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Detect/Redact sensitive data from PDF with zero data retention.

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

anonymize_pdfAnonymize a PDF by detecting and redacting PII (Personally Identifiable Information). :param pdf: Base64-encoded PDF document to process. :param api_key: API key used to authenticate and meter usage. Generate one at https://pdf-redaction.com/apikeys/. :param tags: PII tags to detect and redact. If empty, all available tags are used. :param force_ocr: Force OCR processing even if text is extractable from the PDF. :param rotated_text: Enable detection and recognition of rotated text. :param redact_text: Enable text redaction using NER. When False, PII is detected but not redacted from the returned PDF. :param min_chunk_size: Minimum chunk size for text processing. :param ocr_langs: OCR languages to use for text recognition. :param custom_tags: Additional custom tags to detect and redact. :return: dict with "pdf" (base64-encoded redacted PDF), "detected_pii", and "processing_time".
detect_pii_pdfDetect PII (Personally Identifiable Information) in a PDF without redacting it. :param pdf: Base64-encoded PDF document to process. :param api_key: API key used to authenticate and meter usage. Generate one at https://pdf-redaction.com/apikeys/. :param tags: PII tags to detect. If empty, all available tags are used. :param force_ocr: Force OCR processing even if text is extractable from the PDF. :param rotated_text: Enable detection and recognition of rotated text. :param ocr_langs: OCR languages to use for text recognition. :param custom_tags: Additional custom tags to detect. :return: dict with "detected_pii" and "processing_time".
anonymize_pdf_customAnonymize a PDF using a custom natural-language prompt instead of predefined tags. :param pdf: Base64-encoded PDF document to process. :param prompt: Custom prompt describing what to detect and redact, e.g. "Redact all dates, names, and email addresses". :param api_key: API key used to authenticate and meter usage. Generate one at https://pdf-redaction.com/apikeys/. :return: dict with "pdf" (base64-encoded redacted PDF), "detected_pii", and "processing_time".
PDF Redaction: подключить к Claude, ChatGPT, Cursor · Connectors.fun