Search found 10 matches

by AHKMode
20 May 2020, 01:06
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 158890

Re: Vis2 - Image to Text OCR()

Thanks for the reply paulpma ^w:: text := OCR() Sleep, 1000 SendEvent {Click 6, 52, down}{click 45, 52, up} Sleep, 1000 MsgBox, % text this is my script and not working.. the line SendEvent {Click 6, 52, down}{click 45, 52, up} was execute after i click left of the mouse button. i want to know what ...
by AHKMode
16 May 2020, 00:44
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 158890

Re: Vis2 - Image to Text OCR()

Thanks iseahound ! btw, what if i want to activate OCR plus a MouseClickDrag or Draw a rectangle METHOD ? can you help my script below? ^q:: text := OCR() textmouse := (OCR() && mouse) mouse: MouseClick, L, 580, 230 sleep, 1000 MouseClick, L, 400, 300 sleep, 1000 MsgBox, % textmouse return thanky !
by AHKMode
14 May 2020, 21:48
Forum: Ask for Help (v1)
Topic: OCR + MouseClick METHOD
Replies: 1
Views: 243

Re: OCR + MouseClick METHOD

Or Guys, Simply change the below script to a mouseclickdrag method because below script was only on the screenshot coordinates. ^q:: SetTitleMatchMode, 2 CoordMode, Mouse, Relative if WinExist("Sample.jpg") { DetectHiddenText, Off WinActivate x := 63 y := 238 w := 67 h := 38 Sleep, 1000 Send, % OCR(...
by AHKMode
14 May 2020, 21:22
Forum: Ask for Help (v1)
Topic: OCR + MouseClick METHOD
Replies: 1
Views: 243

OCR + MouseClick METHOD

Hello Guys, Just wondering if anyone OCR User can help me with my script below ^q:: text := OCR() textmouse := (OCR() && mouse) mouse: MouseClick, L, 580, 230 sleep, 1000 MouseClick, L, 400, 300 sleep, 1000 MsgBox, % textmouse return I just want to activate my OCR and MouseClickDrag method together....
by AHKMode
14 May 2020, 07:51
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 158890

Re: Vis2 - Image to Text OCR()

Hello euras can you msge me on how to script the OCR while mouseclickdrag? "second: does coordinates method shares the same functions as mouseclickdrag method? because when I use coordinates mode to get the text, I get the incorrect text translation, but when I use mouseclickdrag method, then the te...
by AHKMode
11 May 2020, 06:41
Forum: Ask for Help (v1)
Topic: OCR + MouseClickDrag METHOD
Replies: 4
Views: 621

Re: OCR + MouseClickDrag METHOD

thanks for the reply sir.. appreciated
by AHKMode
10 May 2020, 23:19
Forum: Ask for Help (v1)
Topic: OCR + MouseClickDrag METHOD
Replies: 4
Views: 621

Re: OCR + MouseClickDrag METHOD

thanks flyingDman! but currently my screen coordinates on window look like a getting bigger.. although my screen to capture size are like 0,0,20,10 coordinates only.. btw, can we just command the OCR included a mouseclickdrag ? kinda like of below script? ^q:: Sleep, 2000 text := OCR() if errorlevel...
by AHKMode
10 May 2020, 10:13
Forum: Ask for Help (v1)
Topic: OCR + MouseClickDrag METHOD
Replies: 4
Views: 621

OCR + MouseClickDrag METHOD

Hello there!

how can i make below script

^q::
Run, OCR.ahk
{
mouseclickdrag, left, 23, 213, 15, 341
{
MsgBox, % text
}}
return

can you help me. because nothings happen :|
by AHKMode
09 May 2020, 20:39
Forum: Scripts and Functions (v1)
Topic: Vis2 - Image to Text OCR()
Replies: 329
Views: 158890

Re: Vis2 - Image to Text OCR()

Hello Guys,

I've been using this in my script with fix coordinate on the active window. but nothing response. can you help me? below are my code. thnx !

text := OCR([56,217,91,232]) <-- this coordinate are inside the active window (.exe)
MsgBox, % text

nothings happen :|
by AHKMode
04 May 2020, 03:56
Forum: Ask for Help (v1)
Topic: TYPE the CAPTCHA
Replies: 1
Views: 231

TYPE the CAPTCHA

Hi Folks! Im New on the AHK Community and i know how to make simple hot keys.. can someone help on how to find/capture on the below image captcha? https://imgur.com/7xyUtxL https://imgur.com/owYjLRG i mean, how can we retype this text on the image. btw, it's a random, ramble letters and numbers insi...

Go to advanced search