Extract text snippets from document.
Opens in current tab
A simple single-page web app for extracting text snippets from documents.
Upload a text file, markdown file, or PDF and extract specific text selections to save for later. Select any text in the document viewer and press the spacebar to add it to your extraction list. Export all your selections as a plain text file when done.
text-select-n-extract.html in a web browserThe app uses a two-panel layout with a resizable splitter. The left panel shows your document, the right panel collects your text selections. The splitter between panels can be dragged to adjust panel sizes.
File reading is handled client-side using the File API for text files, Marked.js for markdown rendering, and PDF.js for PDF parsing. No server required.
Works in modern browsers that support the File API, HTML5, and ES6 features. Requires JavaScript enabled.