Change language

Blur Sensitive Info Before Upload

This problem is not about file format. It starts with `private data is still visible on the image`. In that case, the right first move is a blur workflow, not metadata cleanup alone.

Blur private data first
Blur Sensitive Info in Image

If the private data is visible in the pixels, blur comes before hidden-metadata cleanup.

Quick constraint summary

The real requirement here is `hide visible private data before upload`.

  • Names, addresses, phone numbers, and order details that appear on screen need blur first.
  • Metadata removal alone will not remove text or numbers already visible in the pixels.
  • After visible cleanup, you can still run hidden-metadata cleanup as the next step.

What usually fails

These are the mistakes that usually leave private data exposed before upload.

Common blocker

Removing metadata but leaving the visible name, phone number, or address untouched

Common blocker

Cropping a document capture while the sensitive line is still visible

Common blocker

Blurring the visible data but forgetting that hidden metadata may still remain

Best execution path

If the private data is visible in the pixels, blur comes before hidden-metadata cleanup.

  1. Check which visible private details must be hidden before the upload.
  2. Use the sensitive-info blur tool to cover only the parts that matter.
  3. After visible cleanup, continue with metadata removal if hidden privacy is also a concern.