inspect_characters
Find hidden characters that suggest AI-rewriting: zero-width spaces, Cyrillic look-alikes, direction controls. Returns exact positions and clustering to separate deliberate insertion from copy-paste.
Instructions
Reports characters present in a text that typing does not produce: invisible/zero-width characters, letters borrowed from another alphabet to impersonate Latin ones (a Cyrillic "а" for an "a"), text direction controls, and hidden tag characters. Tools that rewrite text to defeat AI detectors insert these deliberately. Returns the exact codepoint, line and column of every occurrence, plus whether they are clustered (which ordinary copy-paste from a web page or a PDF produces) or spread through the whole document (which is what a rewriting tool leaves behind). Language-independent and fully offline. This is a checkable fact about a file, NOT proof of dishonesty and NOT a claim about who wrote the text: legitimate documents pick these up from PDFs, web pages and multilingual writing. The correct response to a finding is to ask the writer how the document was produced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to inspect, exactly as it arrived — not a cleaned copy. | |
| language | No | Language for the wording of the messages: "en" or "es". Default "en". | en |