All Projects → thepirat000 → Snipping-Ocr

thepirat000 / Snipping-Ocr

Licence: other
A simple Snipping tool for Windows with OCR capabilities

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Snipping-Ocr

MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+13.41%)
Mutual labels:  ocr
SynthText Chinese
Modify from https://github.com/JarveeLee/SynthText_Chinese_version.git with python3 and cv3.
Stars: ✭ 35 (-57.32%)
Mutual labels:  ocr
webgrep
Grep Web pages with extra features like JS deobfuscation and OCR
Stars: ✭ 86 (+4.88%)
Mutual labels:  ocr
deep-license-plate-recognition
Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
Stars: ✭ 309 (+276.83%)
Mutual labels:  ocr
doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.
Stars: ✭ 1,409 (+1618.29%)
Mutual labels:  ocr
jochre
Java Optical CHaracter Recognition
Stars: ✭ 18 (-78.05%)
Mutual labels:  ocr
ocrd cis
OCR-D python tools
Stars: ✭ 28 (-65.85%)
Mutual labels:  ocr
scanbot-sdk-example-ios
No description or website provided.
Stars: ✭ 17 (-79.27%)
Mutual labels:  ocr
baidu-chain-dog
百度莱茨狗爬虫。
Stars: ✭ 52 (-36.59%)
Mutual labels:  ocr
paperbase
Open source document organizer with automatic OCR and full text search
Stars: ✭ 21 (-74.39%)
Mutual labels:  ocr
pytorch.ctpn
pytorch, ctpn ,text detection ,ocr,文本检测
Stars: ✭ 123 (+50%)
Mutual labels:  ocr
Korean-OCR-Model-Design-based-on-Keras-CNN
Korean OCR Model Design(한글 OCR 모델 설계)
Stars: ✭ 34 (-58.54%)
Mutual labels:  ocr
saram
Get OCR in txt form from an image or pdf extension supporting multiple files from directory using pytesseract with auto rotation for wrong orientation. PYPI:
Stars: ✭ 51 (-37.8%)
Mutual labels:  ocr
ocr-machine-learning
OCR Machine Learning in python
Stars: ✭ 42 (-48.78%)
Mutual labels:  ocr
video-subtitle-extractor
视频硬字幕提取,生成srt文件。无需申请第三方API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files.
Stars: ✭ 1,763 (+2050%)
Mutual labels:  ocr
ReadToMe
No description or website provided.
Stars: ✭ 51 (-37.8%)
Mutual labels:  ocr
memento
Organize your meme image cluster in a better format using OCR from the meme to sort them using tesseract along with editing memes by segmenting them using OpenCV within a directory
Stars: ✭ 70 (-14.63%)
Mutual labels:  ocr
form-segmentation
Let's explore how we can extract text from forms
Stars: ✭ 42 (-48.78%)
Mutual labels:  ocr
ocr2text
Convert a PDF via OCR to a TXT file in UTF-8 encoding
Stars: ✭ 90 (+9.76%)
Mutual labels:  ocr
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Stars: ✭ 174 (+112.2%)
Mutual labels:  ocr

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

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].