Urgent.News

What's breaking now, across thousands of outlets.

Tech

C++ Tool That Extracts Text From Scrolling Screen Recordings

Palimpsest: I Built a C++ Tool That Extracts Text From Scrolling Screen Recordings (94% Accuracy, 323 FPS on a Laptop) Most of the code was AI-generated from a detailed architecture prompt. I designed the pipeline, the AI wrote the C++. Here's what we built. I had a problem. My dad takes 1.5 hour long banking regulation classes recorded as screen recordings of someone scrolling through RBI…

C++ programmer creates tool to extract text from scrolling screen recordings, achieving 94.56% accuracy and 323 FPS on a laptop. Named Palimpsest, the software is designed to convert long banking regulation video lectures into clean text files. The tool uses a lock-free pipeline with bounded queues and dwell gating to filter out motion-blurred frames and focus on stable, stable content.

It also handles overlapping frames by fuzzy stitching and cross-GAP deduplication. The software runs efficiently on both CPU and GPU, making it ideal for offline, local transcription of scrolling document videos.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

I Built 16 Browser-Based Developer Tools That Never Upload Your Data.

I Built 16 Browser-Based Developer Tools That Never Upload Your Data As a developer, I often find myself needing a quick tool for something small: Format some JSON Decode a JWT Encode a string with…

  • Developer created 16 browser-based tools without data upload
  • Utilities perform tasks like JSON formatting and Base64 encoding
  • Client-side processing ensures privacy and data security

Hey DEV! I'm Stefan — TYPO3 dev, and I just launched a page of free browser tools

Hey, I'm Stefan I'm a freelance web designer & developer based in Klagenfurt, Austria — though these days most of my work happens for clients well beyond Austria's borders.

  • Stefan, Austrian freelance web developer, launched free browser tools page
  • Tools include Palette & Contrast Checker, Icon Generator, Optimizer, Minifiers
  • All tools run client-side with no data leaving browser

More from Monday 24 August →