Search found 5 matches

by Avasilev
19 Sep 2023, 16:28
Forum: Ask for Help (v2)
Topic: Randombezier.ahk - version V2
Replies: 6
Views: 702

Re: Randombezier.ahk - version V2

@ntepa Wow, great job, I spent literally ages =)
by Avasilev
18 Sep 2023, 13:13
Forum: Ask for Help (v2)
Topic: Randombezier.ahk - version V2
Replies: 6
Views: 702

Randombezier.ahk - version V2

I am slowly transitioning to AHK V2 and moving my old learning projects, on the the scripts I use is Randombeizer.AHK (for random beizel mouse movements), it's creator however has dissapered from web since 2015 :roll: /* RandomBezier.ahk Copyright (C) 2012,2013 Antonio Fran�a This script is free sof...
by Avasilev
13 Sep 2023, 17:42
Forum: Scripts and Functions (v2)
Topic: Easy OCR
Replies: 93
Views: 19369

Re: Easy OCR

@Avasilev, narrowing FindStrings area shouldn't make the search too much faster, because most of the slow operations are capturing the screenshot and the OCR itself, whereas the FindStrings narrowing simply ignores results which coordinates are located in that area. I added a way to partially OCR a...
by Avasilev
09 Sep 2023, 13:51
Forum: Scripts and Functions (v2)
Topic: Easy OCR
Replies: 93
Views: 19369

Re: Easy OCR

@Avasilev, when I was writing the Highlight method I thought whether anyone would need this functionality (highlighting multiple elements at different points in time and though that they didn't, thus didn't implement it. Obviously I was wrong, but I have now pushed a fix for it among with other imp...
by Avasilev
08 Sep 2023, 22:28
Forum: Scripts and Functions (v2)
Topic: Easy OCR
Replies: 93
Views: 19369

Re: Easy OCR

@Descolada Great Job! This simple but very functional OCR is really cool. I recently started programming with AHK1 and now slowly adapting to V2. Got some questions for working under my project: The Idea is to monitor screen in specific window like OCR.FromWindow but also in spesific region (x, y, x...

Go to advanced search