Text Processing
A unified text analytics dashboard: word/char/sentence counts, type–token ratio (lexical diversity), lexical density, syllable estimate, and separate reading (238 wpm) and speaking (150 wpm) time estimates — plus top content vs function words.
enhanced-text-statistics-dashboardText Processing
Convert AI-typical plain ASCII into proper typography: -- and --- become en/em dashes, straight quotes become curly/smart quotes (locale-aware), ... becomes a single ellipsis …, spaced dashes are tightened, and repeated spaces collapse — while fenced ``` code blocks and `inline` code are left untouched.
em-dash-and-typographic-purifierText Processing
Remove all empty lines from text (lines with no content)
empty-line-removerText Processing
Extract all Unicode emoji from text, or optionally remove emojis
emoji-extractorText Processing
Extract dates from text in multiple formats including Chinese, ISO, and US formats with detailed analysis and summary
date-extractorText Processing
Detect common PII in text and replace repeated entities with stable, auditable pseudonyms without sending the text to a model.
consistent-pseudonym-text-anonymizerText Processing
Convert a 2-space / 4-space / Tab indented hierarchical list (Markdown bullets, -, *, 1. prefixes optional) into a copyable ASCII directory tree. Two styles: Unicode box-drawing (├──└──│) for GitHub/Discord and classic ASCII (|--\--|) for plain text. Toggles for full guide lines, trailing spaces, and bracketed leaf nodes like docs/[api.md].
ascii-tree-from-indented-listText Processing
Capitalize only the first letter of each sentence while preserving all other letters exactly as typed. Fixes sentence starts without disturbing acronyms, proper nouns, or intentional mixed-case.
capitalize-sentencesText Processing
Render text in hand-written cursive Unicode — delicate Script (ℋℯ𝓁𝓁ℴ) or heavier Bold Script (𝓗𝓮𝓵𝓵𝓸). Plain Unicode text, no font needed.
cursive-textText Processing
Convert text to bold, italic, or bold-italic using the Mathematical Alphanumeric Symbols Unicode block. Plain Unicode text — no font needed.
bold-italic-textText Processing
Wrap text in enclosed/bubble Unicode glyphs — ⓐⓑⓒ — in four variants: outline, filled (❶), parens (⒜), negative (🅐).
bubble-textText Processing
Translate full Markdown articles with AI while preserving headings, tables, links, images, and code blocks for direct publication
ai-markdown-article-translator