PIIImage

DEPRECATED: The PIIImage processor is deprecated in NiFi Ingest 25.1.0 and later. OpenText recommends that you use the AnalyzeMedia processor instead.

This processor is still available for existing implementations, but it might be incompatible with new functionality. The processor might be removed in future.

Runs face detection and OCR on the file(s) associated with a document FlowFile, and adds the information to the document. You can use this processor in place of FaceDetection and OpticalCharacterRecognition to determine whether a file might contain personally identifiable information (PII).

This processor cannot handle video input.

The processor can handle the following image formats:

  • TIFF
  • JPEG
  • JPEG 2000
  • PNG
  • GIF (only the first frame of an animated GIF)
  • BMP (compressed BMP files are not supported) and ICO
  • PBM, PGM, and PPM
  • WebP

Additionally, if you configure your MediaServiceImpl controller service to use a KeyView Export Service, the processor can handle document formats, including:

  • Adobe PDF
  • Microsoft Word Document (.DOC and .DOCX)
  • Microsoft Excel Sheet (.XLS and .XLSX)
  • Microsoft PowerPoint Presentation (.PPT and .PPTX)
  • OpenDocument Text (.ODT)
  • OpenDocument Spreadsheet (.ODS)
  • OpenDocument Presentation (.ODP)
  • Rich Text (RTF)

Properties

Name Default Value Description
IDOL License Service  

An IdolLicenseServiceImpl that provides a way to communicate with a Knowledge Discovery License Server.

Media Service   A MediaServiceImpl that manages media analysis resources.

For information about the other properties, see FaceDetection and OpticalCharacterRecognition.

Relationships

Name Description
success Processing was successful.
failure Processing failed.