Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
| Date | Stars |
|---|---|
| 2026-07-24 | 4827 |
| 2026-07-25 | 4832 |
| 2026-07-28 | 4832 |
| 2026-07-30 | 4832 |
| 2026-08-06 | 4832 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
<p align="center">
<img width="128" align="center" src="images/TealSelect.png">
</p>
<h1 align="center">
Text Grab
</h1>
<p align="center">
Copy any text you can see.
</p>
<p align="center">
<a href="https://www.microsoft.com/en-us/p/text-grab/9mznkqj7sl0b?cid=TextGrabGitHub" target="_blank">
<img src="images/storeBadge.png" width="200" alt="Store link" />
</a>
</p>
<p align="center">
<img src="https://img.shields.io/github/downloads/thejoefin/text-grab/total" alt="GitHub Downloads (all assets, all releases)" />
<img src="https://img.shields.io/github/v/release/thejoefin/text-grab" alt="GitHub Release" />
</p>
## Overview

Use Text Grab on Windows to capture text with OCR, clean it up quickly, and move it into the next step of your workflow.
When text gets trapped inside images, videos, PDFs, and parts of apps where you cannot select it, Text Grab helps you get it back out. You can take a screenshot or open a supported file, run it through the OCR engine, and send the result to the clipboard or straight into an editor. All OCR runs entirely on your device — no internet connection, no cloud service, and no per-use cost. Everything stays local and private. You can also do much more than copy text from images, because Text Grab gives you multiple modes for capture, post-grab cleanup, spreadsheet-style editing, and fast text reuse.
You can use it all day without friction. Launch it quickly from the taskbar, open specific modes from the command line, or enable the background process so global hotkeys work anywhere in Windows.
The Full-Screen Grab mode is also the basis of the [PowerToys Text Extractor](https://learn.microsoft.com/en-us/windows/powertoys/text-extractor).
### Requirements
- **Windows 10 or later** — required for all features using the Windows OCR API.
- **Windows 11 on a Copilot+ PC (Microsoft Store install)** — required for Windows AI features, which use the on-device Neural Processing Unit for higher-accuracy recognition.
## How to Install
### Official
- [Microsoft Store](https://www.microsoft.com/en-us/p/text-grab/9mznkqj7sl0b?cid=TextGrabGitHub)
- [GitHub Releases](https://github.com/TheJoeFin/Text-Grab/releases/latest)
### Community
- [scoop](https://scoop.sh/) — `scoop install text-grab`
- [choco](https://community.chocolatey.org) - `choco install text-grab`
## How to Build
Build and test Text Grab on Windows.
Get the code:
- Install Git: https://git-scm.com/download/win
- `winget install git.git`
- `git clone https://github.com/TheJoeFin/Text-Grab.git`
### With Visual Studio 2022 or Visual Studio 2026
- Install Visual Studio (the free Community edition is sufficient).
- Install the "Universal Windows Platform development" workload.
- Install the ".NET desktop development" workload.
- Install the ".NET cross-platform development" workload.
- Install Windows 10 SDK `10.0.22621.0`
- Open `Text-Grab.sln` in Visual Studio.
- Set `Text-Grab-Package` as the startup project.
- Set the CPU target to `x64` or `ARM64`.
- Press `F5` or choose **Local Machine**.
### With the .NET SDK or Visual Studio Code
- Install the .NET 10 SDK: https://dotnet.microsoft.com/download/dotnet/10.0
- This repository pins SDK `10.0.100` in `global.json`.
- Optional for debugging: install Visual Studio Code https://code.visualstudio.com/ and the C# extension / C# Dev Kit.
- Open the `Text-Grab` folder in VS Code.
- Restore dependencies with `dotnet restore Text-Grab.sln`
- Build with `dotnet build Text-Grab\Text-Grab.csproj`
- Run tests with `dotnet test Tests\Tests.csproj`
- In VS Code, press `F5` to launch with the included debug configuration.
## Choose from Four Modes
### 1. Full-Screen Mode (basis of [Text Extractor](https://learn.microsoft.com/en-us/windows/powertoys/text-extractor))

Use Full-Screen Mode when you want to select any region of the screen and copy the recognizeExcerpt of 18,361 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:39f93c6861da9571, topic:ocr, desc:ocr, readme:ocr