An open API service indexing awesome lists of open source software.

https://github.com/sepppenner/imagetextrecognition

ImageTextRecognition is an executable to scan images and get the text from them using OCR.
https://github.com/sepppenner/imagetextrecognition

Last synced: about 1 year ago
JSON representation

ImageTextRecognition is an executable to scan images and get the text from them using OCR.

Awesome Lists containing this project

README

          

ImageTextRecognition
====================================

ImageTextRecognition is an executable to scan images and get the text from them using OCR.

[![Build status](https://ci.appveyor.com/api/projects/status/t6o2g00b9f4ho8ko?svg=true)](https://ci.appveyor.com/project/SeppPenner/imagetextrecognition)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/ImageTextRecognition.svg)](https://github.com/SeppPenner/ImageTextRecognition/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/ImageTextRecognition.svg)](https://github.com/SeppPenner/ImageTextRecognition/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/ImageTextRecognition.svg)](https://github.com/SeppPenner/ImageTextRecognition/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/ImageTextRecognition/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/ImageTextRecognition/badge.svg)](https://snyk.io/test/github/SeppPenner/ImageTextRecognition)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

## Screenshot from the executable German
![Screenshot from the executable German](https://github.com/SeppPenner/ImageTextRecognition/blob/master/Screenshot_DE.PNG "Screenshot from the executable German")

## Screenshot from the executable English
![Screenshot from the executable English](https://github.com/SeppPenner/ImageTextRecognition/blob/master/Screenshot_EN.PNG "Screenshot from the executable English")

## Further links
* https://ironsoftware.com/csharp/ocr/tutorials/how-to-read-text-from-an-image-in-csharp-net/
* https://github.com/iron-software/Iron-OCR-Image-to-Text-in-CSharp
* https://medium.com/@rkttu/using-windows-10-built-in-ocr-with-c-b5ca8665a14e
* https://github.com/dotnet/machinelearning-samples

Change history
--------------

See the [Changelog](https://github.com/SeppPenner/ImageTextRecognition/blob/master/Changelog.md).