All Projects → TheJoeFin → Text Grab

TheJoeFin / Text Grab

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

Labels

Projects that are alternatives of or similar to Text Grab

YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (-9.52%)
Mutual labels:  ocr, wpf
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (-2.38%)
Mutual labels:  wpf
Lstm Ctc Ocr
using rnn (lstm or gru) and ctc to convert line image into text, based on torch7 and warp-ctc
Stars: ✭ 70 (-16.67%)
Mutual labels:  ocr
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+1332.14%)
Mutual labels:  wpf
Colorpickerwpf
Simple color picker control for WPF
Stars: ✭ 71 (-15.48%)
Mutual labels:  wpf
Php Apache Tika
Apache Tika bindings for PHP: extract text and metadata from documents, images and other formats
Stars: ✭ 76 (-9.52%)
Mutual labels:  ocr
Sar tf
This is an implementation of Show, Attend and Read with tensorflow
Stars: ✭ 70 (-16.67%)
Mutual labels:  ocr
Xamarin Forms Gtk Movies Sample
The Movie DB Xamarin.Forms Sample
Stars: ✭ 83 (-1.19%)
Mutual labels:  wpf
Vs2017offlinesetuputility
This utility allow downloading offline setup or deletion of old version Visual Studio 2017/2019 Offline Setup files and folder
Stars: ✭ 79 (-5.95%)
Mutual labels:  wpf
Softwarehelper
Repository for WPF related samples
Stars: ✭ 77 (-8.33%)
Mutual labels:  wpf
Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
Stars: ✭ 1,190 (+1316.67%)
Mutual labels:  wpf
Papermerge
Open Source Document Management System for Digital Archives (Scanned Documents)
Stars: ✭ 1,177 (+1301.19%)
Mutual labels:  ocr
Ctpn
Detecting Text in Natural Image with Connectionist Text Proposal Network (ECCV'16)
Stars: ✭ 1,220 (+1352.38%)
Mutual labels:  ocr
Patter
speech-to-text in pytorch
Stars: ✭ 71 (-15.48%)
Mutual labels:  ocr
Ffxivapp
Visit us on Discord! https://discord.gg/aCzSANp
Stars: ✭ 82 (-2.38%)
Mutual labels:  wpf
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (-16.67%)
Mutual labels:  ocr
Dmskin
DMSkin WPF 样式 UI 框架 | WPF Borderless Window | Custom Controls & Styles | MVVM Support
Stars: ✭ 1,189 (+1315.48%)
Mutual labels:  wpf
Blurrycontrols
Small design library for blured controls in XAML and WPF for C#
Stars: ✭ 77 (-8.33%)
Mutual labels:  wpf
Anyline Ocr React Native Module
Anyline React Native Module for iOS and Android
Stars: ✭ 83 (-1.19%)
Mutual labels:  ocr
Crnn With Stn
implement CRNN in Keras with Spatial Transformer Network
Stars: ✭ 83 (-1.19%)
Mutual labels:  ocr

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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].