Search found 71 matches

by r2997790
01 Jun 2018, 07:07
Forum: Scripts and Functions (v1)
Topic: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
Replies: 124
Views: 44012

Re: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)

Thanks @gregster @evil ... I downloaded the source zip I think and it wasn't there but just downloaded the Hotvoice.zip file on the Releases and all is good

Many thanks for your help... can't wait to try it out now!
by r2997790
01 Jun 2018, 05:59
Forum: Scripts and Functions (v1)
Topic: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)
Replies: 124
Views: 44012

Re: HotVoice - Speech Recognition + Volume detection for AHK (C# DLL)

This is going to be an awesome script to try... Thank you so much for making it.... I've dabbled in voice recognition before and found file commands have been super fast. I'm trying to locate hotvoice.dll -- it didn't seem to download / install with any packages as per the install instructions. Coul...
by r2997790
01 Apr 2018, 00:16
Forum: Scripts and Functions (v1)
Topic: g_IntelliSense-everywhere
Replies: 58
Views: 25156

Re: g_IntelliSense-everywhere

Hi SL5 I had a couple of questions I wondered if you could help me understand… thanks for the fantastic script! Is it possible to automatically reload when you update the wordlist? Change the font - I had a look at the preferences file but couldnt see how to change this? Position the box under text ...
by r2997790
20 Mar 2018, 07:16
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 163395

Re: Vis2 - OCR() - Update: Additional Language Support

I didn't work for me yesterday BUT after downloading Iseahound new build overnight it now works with the foreign languages and is even more awesome then before! Thank you so much.

(I had to download new build, including Tesseract... I'm running Windows 10).
by r2997790
19 Mar 2018, 02:01
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 163395

Re: Vis2 - OCR() - Update: Additional Language Support

Thank you so much iseahound. I'm going to try it out now.... super super help and much appreciated.

Unlocks a whole new load of opportunity with this tool now!
by r2997790
18 Mar 2018, 03:48
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 163395

Re: Vis2 - OCR()

HI Everyone.... Thanks to Iseahound for this _amazing_ fucntion! Super useful. I'm trying to get it to work with Cyrillic without any luck -- it would be ideal as I don't speak or type Russian -- but need to 'capture' some Russian text. I wouldn't know how to type the characters on the keyboard so t...
by r2997790
14 Dec 2017, 04:23
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1092
Views: 595052

Re: FindText - Capture screen image into text and then find it Topic is solved

Thank you for the FindText() script! It is amazing. I am trying to make a loop from it, to do this: Load URL FindText LoadURL FindText etc It works the first time, but not more than once. I can find multiple text/images on one page BUT as soon as I try to load a new URL the function stops working wh...
by r2997790
06 May 2017, 06:15
Forum: Ask for Help (v1)
Topic: Help: Multiple Clipboards
Replies: 0
Views: 883

Help: Multiple Clipboards

Hi everyone, I've made a script to share you might like, plus I wondered if someone can offer some help to make it better please? Thanks so much everyone. HOW IT WORKS + A Multiple Clipboard script + Ctrl Numpad1-9 to copy text to multiple clipboards + Ctrl+Alt Numpad1-9 to paste text from the corre...
by r2997790
02 Feb 2017, 05:50
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 152
Views: 92461

Re: WatchFolder() - updated on 2016-11-30

Fantastic, thank you!

I was able to do this:

Code: Select all

 SplitPath, Name, , , Extension
       If (Extension  = "epub")
        	msgbox do this to an epub
       If (Extension  = "mobi")
        	msgbox do that to a mobi
        Continue


I really appreciate the feedback!
by r2997790
02 Feb 2017, 04:33
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 152
Views: 92461

Re: WatchFolder() - updated on 2016-11-30

Disadvantages (objective): No filter options. [/b] So you have to check the file extensions within the UserFunction. Thanks justme. ; WatchFolder - Reportfunctions ReportFunction(Directory, Changes) { For Each, Change In Changes { Action := Change.Action Name := Change.Name ; ----------------------...
by r2997790
02 Feb 2017, 03:07
Forum: Scripts and Functions (v1)
Topic: WatchFolder() - updated on 2021-10-14
Replies: 152
Views: 92461

Re: WatchFolder() - updated on 2016-11-30

Hi there. I was wondering if someone can help me understand how to make a small modification to this wonderful script! I'd like to be able to watch for 2 file types (*.mobi and *.epub) in the defined watch folder. I have the script running but no idea how to add a condition to only watch for those t...

Go to advanced search