ELSEIF
Your brief EB
470 stories from 219 feeds 1268 clusters Refreshed 52 minutes ago next pull 11:50

AI Signal 142

Chrome extension OCRs paginated documents locally, outputs text for LLMs

OCR It is a Chrome extension that captures and OCRs text from paginated documents trapped in viewers that prevent selection, running entirely locally with a bundled Tesseract build.

WHY IT MATTERS

Engineers working with scanned books, slide decks, or PDFs in restrictive viewers can extract text without manual transcription or cloud OCR services. The local-only processing means sensitive documents never leave the machine, and the output is immediately usable by LLMs for summarization or search.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

OCR runs locally via bundled Tesseract with no outbound network requests, requiring no API key.

02

Users pin a capture region once and either manually capture each page with a hotkey or let the extension auto-advance through the entire document.

03

Auto-advance uses screen coordinates rather than CSS selectors to handle cross-origin iframes and shadow DOM, but cannot reach Chrome's built-in PDF viewer or plugin-based readers.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News OCR It – pull text out of un-copyable documents for your LLM Open ↗