AIAI Text Watermark Checker

Choose the right operation

Lossless scanning and AI rewriting solve different problems.

If the problem is a literal invisible character, rewriting the entire passage is unnecessary. Inspect the evidence first, remove only supported artifacts, and preserve the readable message.

QuestionLossless scannerGenerative rewrite
Primary actionReports and removes supported literal artifactsGenerates different wording
Readable wordingPreservedMay change
EvidenceExact code point, count, and locationUsually transformation output
ReproducibilityDeterministic for the same inputCan vary by model and settings
Statistical watermark guaranteeNoNo universal guarantee
Best fitCopy hygiene, Unicode inspection, audit trailsIntentional editing and style changes

Use lossless scanning when

  • You need exact character-level evidence
  • The readable words should remain unchanged
  • You need a repeatable audit result
  • You are checking copied text for formatting artifacts

Use rewriting when

  • You intentionally want different wording
  • You can review every semantic change
  • Style editing is the actual goal
  • Exact textual preservation is not required

Important limitation

Neither hidden-character cleaning nor generic rewriting proves that a provider-level statistical watermark was detected or removed. That requires a supported provider-specific verifier and an honest inconclusive state when verification is unavailable.