pipr.tools
Pipes
Clean Email Strip formatting from pasted email for clean plain text Clean AI Output Clean plain text from ChatGPT or AI output Decode & Format JWT Decode a JWT and pretty-print header and payload Word Frequency Count word frequency in text

Clean HTML to Text

Readable plain text from raw HTML

Clean Data
Input0 chars
Output0 chars

Examples

Convert a welcome email HTML to plain text

Usage
"<html><body><h1>Welcome</h1><p>Thanks for signing up!</p><p>..." | html-to-text | trim-lines | squeeze

Extract readable text from a scraped news article

Usage
"<div class='article'><h2>Breaking News</h2><p>The market ros..." | html-to-text | trim-lines | squeeze

Strip HTML from a status dashboard export

Usage
"<table><tr><th>Name</th><th>Status</th></tr><tr><td>Server A..." | html-to-text | trim-lines | squeeze