Converting from PDF
PDF input is parsed page by page with pdf.js. Text, headings, and tables are extracted when the file contains a real text layer — image-only scans without OCR are not supported.
Output as TXT
The result is a .txt file with unformatted text. Ideal for grep, LLM prompts, subtitles, or importing into plain-text tools.
All conversion runs locally in your browser via Web Workers. Your files are not sent to any server, which makes ydoconv suitable for confidential documents, drafts, and large batches.