Allows you to convert an image to a text.


Keywords
ocr, h.runner, h.core, h.framework
License
MIT
Install
Install-Package H.Runners.OcrRunner -Version 0.22.5.100

Documentation

H.Runners

Language License Requirements Build Status

All of these runners are meant to be used in the core application. They can be called by any event, for example, by a global key combination or a voice command.

Nuget

Any runner can be used as a separate NuGet package (they are already released and available under the same name).
Example:

using H.Runners;

using var runner = new ScreenshotRunner();
using var image = await runner.ScreenshotAsync();

NuGet NuGet NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet

Contacts