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 

Pixel --> Text?

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



Joined: 26 Aug 2004
Posts: 3

PostPosted: Thu Aug 26, 2004 3:37 am    Post subject: Pixel --> Text? Reply with quote

I know this might be asking too much,
but would it possible to convert difference in pixels into text?

Like read all the black pixels in a rectangular region and
translate that into text.

I'm figuring its gonna require a whole bunch of code Razz,
but just thought I should ask
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Thu Aug 26, 2004 4:14 am    Post subject: Reply with quote

It'd be a great feature, but a lot of work. Perhaps there is some open source OCR software out there somewhere that could someday be integrated with AutoHotkey.

By the way, in addition to the normal OCR software, there is one utility I know of that actually "reads" text shown in any window by comparing it to the fonts you have installed. It's called Kleptomania (though it's not free).
Back to top
View user's profile Send private message Send e-mail
Guest






PostPosted: Thu Aug 26, 2004 8:26 pm    Post subject: Reply with quote

Quote:
Perhaps there is some open source OCR software out there

Yep, Clara OCR ...
Cool
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Thu Aug 26, 2004 8:58 pm    Post subject: Reply with quote

Sounds nifty. Perhaps it has a command line interface that would make it easy to integrate into a script? Even if it doesn't, I guess you could automate its GUI.
Back to top
View user's profile Send private message Send e-mail
Jabberwock
Guest





PostPosted: Sat Aug 28, 2004 12:06 pm    Post subject: Reply with quote

I think OCR would be a bit of overkill. 90% of the apps and desktops use about three fonts, so it would be enough to compare the relevant bitmap patterns. But it still would be lots of work.

I tend to agree with the Kleptomania view, almost all text displayed in applications (even hidden passwords!) might be captured in some way from the system itself. The obvious exception would be text written in a word processor, etc.
Back to top
Guest






PostPosted: Sun Aug 29, 2004 9:19 am    Post subject: Reply with quote

Program OCR is used for recognition Cyrillic letters. OCR is based on the backpropagation neural networks. OCR is developed as addition to masters thesis "Training neural networks for recognition Cyrillic letters".



[Download]

Wink
Back to top
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