Standard rule
Input (HTML)
<article><h2>Notice</h2><p>Welcome<br>to Finite Field</p><ul><li>Intro</li><li>Usage</li></ul></article>
Output (Text)
Notice Welcome to Finite Field - Intro - Usage
HTML-இலிருந்து readable body text-ஐ extract செய்து, paragraphs/lists-ஐ format செய்து, script/style blocks-ஐ தானாக நீக்குங்கள்.
Entities decode, links, images, மற்றும் tables க்கான handling-ஐத் தேர்வு செய்து, result-ஐ ஒரே flow-இல் copy அல்லது download செய்யுங்கள்.
Input மற்றும் output side-by-side ஆகக் காட்டப்படுவதால், line-break rules மற்றும் options-ஐ அதிக trial and error இல்லாமல் fine-tune செய்யலாம்.
Input (HTML)
<article><h2>Notice</h2><p>Welcome<br>to Finite Field</p><ul><li>Intro</li><li>Usage</li></ul></article>
Output (Text)
Notice Welcome to Finite Field - Intro - Usage
Input (HTML)
<div><p>A</p><p>B</p></div>
Output (Text)
A B
Input (HTML)
<ol><li>Define requirements</li><li>Implement</li></ol>
Output (Text)
1. Define requirements 2. Implement
குறிப்பு: <script> மற்றும் <style> எப்போதும் நீக்கப்படும்.
இந்த tool <p>/<br>/<li> போன்ற tags-ஐ line breaks ஆக மாற்றுகிறது. உங்கள் target format-க்கு நெருக்கமாக பெற Line Break Rule மற்றும் Max Consecutive Line Breaks-ஐச் சரிசெய்யுங்கள்.
இல்லை. <script> மற்றும் <style> எப்போதும் நீக்கப்படும்.
Decode on/off தேர்வு செய்யலாம். & ஐ & ஆக மாற்ற விரும்பினால் decoding-ஐ ON செய்யுங்கள்.
Minimal rule பயன்படுத்தி, Collapse Spaces ON ஆக வைத்திருந்து, Max Consecutive Line Breaks-ஐ 1 அல்லது 2 ஆக அமைக்கவும்.
ஆம். Link Handling-ஐ Text + URL ஆக அமைக்கவும்.