AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Text recognition

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
h4xx0r n00bl37



Joined: 14 Mar 2008
Posts: 56

PostPosted: Mon Apr 07, 2008 5:34 am    Post subject: Text recognition Reply with quote

It would be awesome if there was a way to use AHK to reconize text and respond to it. Like a interactive robot.
Back to top
View user's profile Send private message
Icarus



Joined: 24 Nov 2005
Posts: 440

PostPosted: Mon Apr 07, 2008 9:02 pm    Post subject: Reply with quote

you mean voice recognition?
perhaps there is an engine on the web that you can use to hook into ahk, maybe some project on sourceforge or something?
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Tuncay



Joined: 07 Nov 2006
Posts: 384
Location: Berlin

PostPosted: Mon Apr 07, 2008 10:36 pm    Post subject: Reply with quote

Quote:
you mean voice recognition?

Something similiar, just for text from picture files.
Back to top
View user's profile Send private message Send e-mail
n-l-i-d
Guest





PostPosted: Wed Apr 09, 2008 9:00 pm    Post subject: Reply with quote

For voice recognition you can search the forums, there is a script by Sean that does that.

For recognizing text (from images), search the forum for OCR (optical character recognitioning), there is an open source program called gocr.

HTH
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 283
Location: Canada

PostPosted: Sun Jun 22, 2008 2:48 am    Post subject: Reply with quote

I have a program called GlovePIE. It has voice on it. If you say...

Code:
 
Key.F24 = Said("hi")

that meens when you say hi it will push F24.

Then u have auto hotkey open waiting for key F24 to do something.
Google GlovePIE to get it.
_________________
http://www.spider-games77.piczo.com
Join the Elite few...
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
5parx



Joined: 20 Jun 2008
Posts: 11
Location: Lakewood, Colorado

PostPosted: Thu Jun 26, 2008 12:02 pm    Post subject: Re Reply with quote

Didn't know there was a F24 on my keyboard. Laughing Wink
_________________
Intelligence is power, and power is strength. But what is strength without a double-share of wisdom?
Back to top
View user's profile Send private message Send e-mail
TooLazyToLogin
Guest





PostPosted: Thu Jun 26, 2008 3:11 pm    Post subject: Reply with quote

thats the point. It so u can't accidently acctivate it. if u run out of keys all yo uhave to do if say.

Key.F24 and Key.F23 = said("hi")

then in AH
keygetstate, F24, F24
keygetstate, F23, F23
keygetstate, F22, F22
keygetstate, F21, F21

if F24 = D
if F23 = D
If F22 = U
If F21 = U
....

u get the idea
Back to top
Krogdor



Joined: 18 Apr 2008
Posts: 908
Location: The Interwebs

PostPosted: Thu Jun 26, 2008 3:44 pm    Post subject: Reply with quote

TooLazyToLogin wrote:
thats the point. It so u can't accidently acctivate it. if u run out of keys all yo uhave to do if say.

Key.F24 and Key.F23 = said("hi")

then in AH
keygetstate, F24, F24
keygetstate, F23, F23
keygetstate, F22, F22
keygetstate, F21, F21

if F24 = D
if F23 = D
If F22 = U
If F21 = U
....

u get the idea

Or,
F24 & F23::MsgBox, This should be much easier to use...?
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group