• Stars
    star
    263
  • Rank 154,743 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 8 years ago

Reviews

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

Repository Details

πŸ“· Computer-Vision Demos

OpenCV Demos

Character Recognition

Environment Setup

  • Download & Install OpenCV 3.0.0
  • Download & Install EmguCV, the OpenCV wrapper libs for .NET, from here.
  • Set a system-wide variable pointing to the EmguCV install dir, for example

    EMGU_ROOT=C:\bin\Emgu

    You can do this via System Preferences/Advanced Settings

  • Expand the variable PATH, which is in the same settings window, with

    %EMGU_ROOT%\bin\x64

    This entry is needed because the app will automatically search for cvextern.dll located in this directory.

  • Open the solution file and start the app (Notice: this is an x64 app)
  • Load one of the available images from the Assets folder (these are simple invoice documents)
  • Click on Analyze and wait for the OCR-task to complete.

Example

There's a second app which is currently in development. No real OCR there, only a few tests with loading images and (de)serializing them.

License

MIT

More Repositories

1

BlockchainStore

πŸ’° Retail Store that runs on Ethereum
TypeScript
450
star
2

Sinkholes

πŸ› Malware Sinkhole List in various formats
Python
96
star
3

Angular-VR-Starter

πŸ‘“ Virtual Reality with A-Frame & Angular
JavaScript
84
star
4

Svelte-TypeScript-WebPack-Starter

Svelte-Framework Starter with TypeScript, WebPack, Bootstrap, Font-Awesome, and some other goodies
JavaScript
54
star
5

BiB

πŸ“š Library Management Application for Elementary Schools
TypeScript
39
star
6

purescript-redux

πŸ‘½ Redux Bindings for PureScript
JavaScript
36
star
7

ZeroMQ

πŸš€ Client/Server & Pub/Sub Examples with ZeroMQ & Boost
C++
36
star
8

purescript-pouchdb

πŸ“¦ PouchDB Bindings for PureScript
JavaScript
24
star
9

TwitterFlink

A simple Twitter-Streaming Application for Apache Flink
Scala
21
star
10

BackbonePlayground

πŸ”Œ MarionetteJS, Backbone.Radio, Gulp & more
JavaScript
20
star
11

Angular-Articles

πŸ’Ύ Projects from my Angular article series
JavaScript
20
star
12

Cpp_REST

🌐 REST with C++ SDK (Casablanca)
C++
19
star
13

Data-Science-for-Losers

πŸ“ˆ Articles on Data Science, Jupyter, and Pandas
18
star
14

bazaar

My unordered pile of scripts & readmes
Jupyter Notebook
18
star
15

HPX_Projects

⚑ High-Performance-Computing with C++
C++
15
star
16

OpenLok

🚈 React.js app to access the Deutsche Bahn API (German Railway Corporation)
CSS
15
star
17

Inferno.js-Starter

πŸ”₯ Starter for Inferno.js, +WebPack, +Redux, +Mocha
JavaScript
15
star
18

miniDevOps

DevOps Toolbox that runs completely in Docker (Alpine Linux)
Dockerfile
12
star
19

RactAmp

RactiveJS components & AmpersandJS models
JavaScript
12
star
20

HDA_with_Cpp

Hypermedia-driven application based on htmx and Drogon C++ web framework
C++
10
star
21

Keycloak_on_Kubernetes

Running Keycloak with PostgreSQL on Kubernetes
Smarty
9
star
22

Using-Thrill

A complete Thrill environment with demo code
C++
8
star
23

Mithril_Kendo

Mithril, Kendo UI, Firebase & ASP.NET
C#
7
star
24

Amoklauf

A WebApp built with AmpersandJS and RiotJS
HTML
6
star
25

purescript-fedger

Fedger-API bindings for PureScript
JavaScript
6
star
26

Angular2-Playground

πŸ†– 2 environment with Gulp, TypeScript, TSLint & Hapi
JavaScript
6
star
27

Intro-to-Assembly

Source code from "Into to Assembly" article series
Assembly
6
star
28

IHaveNoClue

Using Rust with Visual Studio
C
5
star
29

RactiveFalcorFabric

WebApp built with RactiveJS, Falcor & Office UI Fabric
CSS
4
star
30

nickel-demo

A web app built with Rust / Nickel.rs and RactiveJS
CSS
4
star
31

Bitcoin_Full_Node_on_Raspberry_Pi3

Shell scripts, configs & firewall setup
Shell
4
star
32

TwitterClient

πŸ’» An unfancy console-based Twitter client with DB & color support
Python
4
star
33

JScripty

πŸͺ² REPL for transpiling ES6 to ES5
CSS
4
star
34

WebStreams-with-PureScript

How to use Web Streams with PureScript
JavaScript
3
star
35

Perl6-Bitcoin-Client

Client to access the Bitcoin REST API
Perl 6
3
star
36

Julia-Articles

Code examples from my articles on the Julia programming language
3
star
37

OpenUI5_Table_Demo

MVC & Master-Detail Apps with OpenUI5 & KendoUI
JavaScript
3
star
38

RactiveComponents

Source code from http://blog.brakmic.com/creating-components-with-ractive-js/
CSS
3
star
39

Blinker2

A simple Hardware Design for Xilinx Spartan-6 FPGA written in VHDL
VHDL
3
star
40

Angular_InCode_Tutorial

Angular.js by Example
JavaScript
3
star
41

ServiceWatcher

Reactive Extensions on ASP.NET & Azure
C#
3
star
42

RactiveArticles

Code snippets & projects from my RactiveJS articles
CSS
2
star
43

SparkNotebooks

A collection of Scala codes written with Spark-Notebook
2
star
44

React_Kendo

KendoUI Grid as a ReactJS Component
JavaScript
2
star
45

FlyWeb-Emoji-Tables

🚁 Writing MicroApps with the FlyWeb API
JavaScript
2
star
46

a2g

πŸ”¨ Generate Angular2 boilerplate code like a boss!
TypeScript
2
star
47

pony-language-server

Pony Language Server | Work In Progress |
TypeScript
1
star
48

purescript-hoodie

Hoodie Bindings for PureScript
JavaScript
1
star
49

UnzeefMyLinks

A simple XML-Link Extractor to get your links out of Zeef-Pages.
C#
1
star
50

shipcloud-cpp

ShipCloud Bindings for C++
C++
1
star
51

API-Projects

Various API projects based on .NET Core 3.x and JavaScript.
C#
1
star
52

DistributedCachingDemo

C#
1
star
53

BarcodeScanner

A simple barcode scanner using Cordova, KnockoutJS & a RESTful API
Java
1
star
54

WebComponents

Web Components with DevExpress, ChartJS & KnockoutJS
JavaScript
1
star
55

htmx_server

Showcase: HTMX with CrowCpp web server
Meson
1
star
56

shipcloud-js

ShipCloud Bindings for JavaScript
JavaScript
1
star
57

Scala-Crash-Course

Code examples from my Scala Crash Course article series
Scala
1
star
58

TroAPI

A project to convert Troisdorf' web pages into RESTful APIs
HTML
1
star