.NET

WPF: Simple way to use enums as ComboBox items

A lot of times in GUIs we use ComboBoxes to let the user choose one of several options. An enum property is a natural fit to store the selected value in the viewmodel via databinding. To set the available values the MVVM way you typically have to databind the ItemsSource-Property to a collection. This means you […]

WPF: Simple way to use enums as ComboBox items Read More »

Schrifterkennung in .NET mit Tesseract

Tesseract ist nicht nur der Name eines vier-dimensionalen Würfels in der Geometrie, sondern auch der Projektname einer OCR – Software . Hewlett-Packard entwickelte diese Schrifterkennungssoftware zwischen 1985 und 1995. Im Jahr 2005 übernahm Google die Software und veröffentlichte sie unter der Apache License 2.0 als Open-Source-Projekt. Seit 2006 wird Tesseract von Google weiterentwickelt. Tesseract ist eine cross-plattfrom

Schrifterkennung in .NET mit Tesseract Read More »