PDF Redaction

Quick Start

PDF Redaction API is a powerful tool that allows you to redact sensitive information from PDF documents using AI.

More details about PDF Redaction API can be found on https://pdf-redaction.com/redaction-api/.

Web UI Demo: https://pdf-redaction.com/redaction/.

API Key

For generate API Key please go to the: https://pdf-redaction.com/apikeys/

For check usage: https://pdf-redaction.com/apikeys/usage/

Put API Key to the env variable PDF_REDACTION_API_KEY or to .env file.

Limitations

Limitations for free version:

  • 1 page per request
  • 50 Free requests per month
  • 5 requests per minute

Jupyter Notebooks with examples

All example notebooks on available on GitHub and can be run in Google Colab.

ChapterNotebook
1: PDF Redaction APIOpen In Colab
2: PDF Redaction API base64Open In Colab
3: PDF Redaction API using promptOpen In Colab
4: Redact QR Codes from PDFOpen In Colab
5: Redact Rotated/Vertical text in PDFOpen In Colab
6: Redact Signatures from PDFOpen In Colab
7: Redact Faces from PDFOpen In Colab