Text Cleanup

Strip PDF line breaks, hyphenation, invisible characters, and parenthetical URLs

Cleanup Options

0
Invisible Removed
0
Original Chars
0
Cleaned Chars

Input

Cleaned Output

Copied!

What It Does

Unwrap line breaks: A single newline between two lines is treated as a soft wrap and replaced with a space, while blank lines (paragraph breaks) are preserved.
Fix hyphenation: A hyphen immediately followed by a line break and a letter is removed and the word rejoined.
Remove invisible characters: Strips zero-width spaces/joiners, byte-order marks, bidirectional controls, Unicode tag characters (used to hide text), variation selectors, soft hyphens, and other control characters. Non-breaking and exotic spaces become normal spaces.
Strip parenthetical URLs: Removes (https://…) / (www.…) and converts [label](url) Markdown links to just label.
Everything runs locally in your browser — nothing is uploaded.