Skip to content

Use OCR in Windows 10 quickly and easily with Text Grab. No background processes and no popups.

License

Notifications You must be signed in to change notification settings

baajarmeh/Text-Grab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Grab

This is a minimal Windows utility which makes all visible text available for copy and paste.

Too often there is text on the screen but it is unable to be selected. This happens when text is saved in an image, in a video, or the text within an application.

The OCR is done locally by Windows 10 API. This enables Text Grab to have essentially no UI and not require a constantly running background process.

Two Use Cases

The first use case is the most obvious, selecting a region of the screen and the text within the selected region will be added to the clipboard. Select text from a region

The second use case takes a single click and attempts to copy the word which was clicked on. This is enabled because the Windows 10 OCR API draws a bounding box around each recognized word. Select clicked word

If the click point or selected region has no text in it the Text Grab window stays active. To exit the application, press the escape key, or Alt+F4.

Principles

Text Grab is designed to be as minimal and quick as possible. By using Windows 10’s OCR capabilities Text Grab can launch quickly without needing to run in the background. Pinning Text Grab to the Taskbar enables launching via keyboard shortcut. There is no history, or dialog box, or feedback. This tool is designed to be used hundreds of times a day. Reducing clicks and menus means saving time, which is the primary focus of Text Grab.

Thanks for using Text Grab

Hopefully this simple app makes you more productive and saves you time from transcribing text. If you have any questions or feedback reach out on Twitter @TheJoeFin or by email joe@textgrab.net

About

Use OCR in Windows 10 quickly and easily with Text Grab. No background processes and no popups.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%