• Stars
    star
    105
  • Rank 317,837 (Top 7 %)
  • Language
    C#
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple Snipping tool for Windows with OCR capabilities

Snipping-Ocr

A simple Snipping tool for Windows with OCR capabilities using SpaceOCR API or Tesseract

Installation

There are two ways to install the application:

  • ClickOnce: Install via ClickOnce from here
  • Manual: Download Setup.msi from Releases

NOTE: This is just an example application for which I do not give support. You are free to copy/paste the code. Do not expect bugs/issues to be fixed.

ClickOnce installation

When installing from ClickOnce you can get a security warning with the message "Your security settings do not allow this application to be installed on your computer". In order to be able to install, you can update the registry by creating a .reg file with the following content and then executing it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Security\TrustManager\PromptingLevel]
"Internet"="Enabled"

Check this SO question.

Usage

1 - Start the application that will start as a systray icon.
2 - Double-click the systray icon or press the Hotkey combination (CTRL+WIN+C) to start a new snip.

The hotkey combination can be changed and is configured on the Snipping OCR.exe.config file

Start

3 - Select the area on your desktop to recognize by OCR

Snip

4 - Wait for the results

Process

Result