Skip to content

Templates

A template captures how you handled a document as a set of reusable rules, so you can apply the same treatment to a different-but-similar document. Edit one invoice the way you want — keep the company name, synthesize every person, redact the stamp — save it as a template, and the next invoice gets the same logic in one click.

Templates live in the editor’s toolbar: a dropdown to apply one, and a save button to make one from your current edits.

You process the same shapes of document over and over: monthly invoices on one layout, CVs in one format, claim letters from one insurer. Each time, you make the same editing decisions — the same fields to keep, the same fields to synthesize, the same region to black out. A template records those decisions so you don’t redo them per file.

A template is not a fixed set of values. It doesn’t say “replace Acme with Globex” — that’s a dictionary. A template captures rules about kinds of things:

  • keep this specific value” (the company name you turned off)
  • synthesize every NAME
  • redact every ID
  • and a default for everything else

So it generalizes to documents it’s never seen, as long as they’re the same shape. The detail is in how rules generalize.

Three reuse tools, three jobs:

ToolReusesBest for
ProfileA whole anonymization configuration (mode, prompts, fields)Picking an approach before a run
DictionaryExact value → value pairsKeeping identities consistent across runs
TemplatePer-type and per-value rules from your editingRe-applying hand edits to similar documents

They compose: run with a profile, edit in the editor, save a template of your edits, and keep a dictionary so the fakes stay stable.