Turn an Excel financial export into an anonymised report — convert to JSON, strip PII, render a Markdown summary.
Prep an inbound CSV for import: validate its structure, drop duplicate rows, and convert to clean JSON.
Prep product images for a CDN: remove background, watermark, and compress. Drop a folder to batch every file.
Master an episode for release: strip dead air, normalise loudness to broadcast spec, and limit true peaks so it never clips.
Make a PDF safe to send: redact PII text, scrub document metadata, and flatten so redactions can't be reversed.
Turn a PDF document into a publishable web page: extract its content as Markdown, tidy the formatting, and render clean HTML.