Skip to main content
Limina supports scanning PDF files for PII and creating de-identified or redacted copies. Limina’s supported entity types function across each file type, with localized variants of different PII (Personally Identifiable Information) entities, PHI (Protected Health Information) entities, and PCI (Payment Card Industry) entities being detected. Our Supported Languages and Supported Entity Types page provides a more detailed look.
If you’d like to try it yourself, please sign up for an account to get a free API key.

How PDFs Are Processed (Enhanced)

PDFs are processed as follows:
  1. First, the PDF pages are scanned for text as well as Object Entities using OCR.
  2. The detected objects are replaced with white boxes, and in-place replacements are done for the text.
  3. PDF Metadata as well as any included attachments are removed from the PDF.
  4. A new PDF is returned with the in-place replacements and without any attachments.

Parameters

Below are the parameters that control the behaviour of the PDF De-identifier. These parameters shall be specified under pdf_options.
PDF Approaches shows the differences between Standard and Enhanced PDF processing.

Support Matrix

Sample Request

Sample Response

Response