OCR It extracts text from uncopyable documents for LLM
| Source: HN | Original article
A new tool called OCR It enables extraction of text from otherwise un‑copyable documents for use with large language models.
A new Chrome extension called **OCR It** lets users capture text from documents that resist copying and feed it directly to large language models. The tool works by letting the user pin a screen region once, then press a hotkey on any page to extract the visible text. Built for Manifest V3 and Chrome 116+, OCR It runs entirely offline, stores no data on external servers and is released under an MIT licence.
The extension joins a small ecosystem of open‑source OCR projects—including GLM‑OCR, marker and clv‑locro—that aim to bridge the gap between visual content and LLMs. By converting scanned pages, protected PDFs or screenshots into plain text, OCR It removes a long‑standing bottleneck: LLMs can only reason over text they can ingest, and many legacy documents are locked behind images or copy‑protected formats. The ability to harvest that text locally also sidesteps privacy concerns tied to cloud‑based OCR services.
For developers, the project demonstrates how Chrome’s built‑in OCR engine can be wrapped in a lightweight Python script and exposed through a browser extension, opening the door to custom pipelines that pull text into downstream AI workflows without leaving the user’s machine. The approach could accelerate research that relies on large corpora of legacy material, from digitising old books to analysing legal filings that are only available as scanned PDFs.
Watch for integration efforts that combine OCR It with emerging LLM‑driven agents, as well as community contributions that expand language support and accuracy. Security researchers may also probe the extension’s offline model for potential misuse, echoing recent concerns about LLMs manipulating host environments. As the tool gains traction, its impact on both productivity and the broader conversation around AI‑enabled document processing will become clearer.
Sources
Back to AIPULSEN