TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Search PDFs using WASM in the browser

2 pointsby rawshover 2 years ago
pdfgrep.org is a CLI tool I use a lot to reference documents from classes. I’ve been playing around with Emscripten and I wanted to make a UI version of the tool. All documents stay local so there is no upload time, and search time is similar to the native binary. Click on a search result to open a preview of the PDF. Any feedback would be much appreciated.<p>Dockerfile source code (warning: very shit): <a href="https:&#x2F;&#x2F;github.com&#x2F;rawsh&#x2F;pdfgrep-wasm">https:&#x2F;&#x2F;github.com&#x2F;rawsh&#x2F;pdfgrep-wasm</a>

no comments

no comments