A simple Snipping tool for Windows with OCR capabilities using SpaceOCR API or Tesseract
There are two ways to install the application:
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.
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.
The hotkey combination can be changed and is configured on the
Snipping OCR.exe.config
file