keytrap

Results 8 issues of keytrap

Hi, is there any way of getting the found text's position ? For example if if search in a certain area : `text := OCR([0, 0, 430, 150])` How can...

Added french translations

I was wondering why nothing appeared when I launched the app Then I saw ```MatchCollection m = Regex.Matches(output, "User Profile\\s+:\\s*(.*?)$", RegexOptions.Multiline);``` My computer is set to French language so the...

As per [documentation](https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media#:~:text=is%20visually%20impaired.-,variants,-array) I have added support for multiple medias in V2 api. ![image](https://user-images.githubusercontent.com/17864005/208676327-94bf1bd2-7d52-4d32-896b-011accc94c0d.png) Should fix #1189

Hi, could you add the ability to use this as a template from Github ? ![image](https://github.com/user-attachments/assets/92e848ea-950f-46a4-bd71-06fe8cbff5a0) Example : https://github.com/AnwarHossainSR/nextjs-14-template

The `MovieRole` now corresponds to the [movie credits](https://developer.themoviedb.org/reference/person-movie-credits) object. ![image](https://github.com/user-attachments/assets/94f1a2f8-4cfc-4d31-a8f3-de58f3a04991)

I seems that steam changed their StoreMovieModel. Here's an example : https://store.steampowered.com/api/appdetails?appids=427410 This is what it looks like now ;