From a8cdbb524735ea0ad03546f6f34f56ebdbe7ee04 Mon Sep 17 00:00:00 2001 From: Claiyc <58397976+Claiyc@users.noreply.github.com> Date: Sat, 24 Dec 2022 01:27:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9df15..4294a0b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Description -Vigad is a desktop application built using Electron+Vue.js. Its primary function is to extract live data from one or more specified areas on the screen. For this image-to-text conversion, Vigad relies on ![TesseractJS](https://tesseract.projectnaptha.com/). Additional configuration options allow to filter for specific (regular) expressions. +Vigad is a desktop application built using Electron+Vue.js. Its primary function is to extract live data from one or more specified areas on the screen. For this image-to-text conversion, Vigad relies on [TesseractJS](https://tesseract.projectnaptha.com/). Additional configuration options allow to filter for specific (regular) expressions. A common use case would be for example to extract the players health points from a shooter game and create a chart out of that data. Since Vigad provides a live-data-flow, it may also be possible to draw a live-map using coordinates provided on the screen.