|
-
Feb 1st, 2001, 11:17 AM
#1
Thread Starter
Fanatic Member
I have a problem that needs solving, and that I think can be done, but I need help.
I'm working on a trading system that takes bids and offers from telephone brokers. The problem is, is that there is an internet broker that we need to get the numbers off. They are not letting us have a direct link to their system. Therefore I need some way of getting the numbers off the screen and assigned to a variable.
Does anyone know how to select the co-ordinates a screen, and read that area into an array. Then read the array doing some kind of charachter recognition stuff on it.
The internet broker uses a standard font, so and 8 always looks like an 8 etc....
Thanks for your time reading this and any help you will be able to give.
Nick
-
Feb 1st, 2001, 04:08 PM
#2
PowerPoster
It might be better if you just parse the html file provided by the server to extract the required information.
-
Feb 1st, 2001, 04:15 PM
#3
Thread Starter
Fanatic Member
It uses a director movie so I have to catch the numbers off the screen.
-
Feb 2nd, 2001, 01:06 AM
#4
PowerPoster
Then I don't think there is a way to catch he words written on the screen. All you can do is catch the pixels color at a given co-ordinate. using GetPixel.
-
Feb 2nd, 2001, 03:51 AM
#5
Thread Starter
Fanatic Member
It would be possible to use get pixel as the numbers are always black and the background blue. Does anyone know how to use this function. It will need to be able to read a certain parts of the screen(pixels if they are black) into an array i think. Then you can do some character recognition stuff on the array?
Is this possible
Thanks
Nick
-
Feb 2nd, 2001, 10:44 AM
#6
PowerPoster
-
Feb 7th, 2001, 07:28 AM
#7
Addicted Member
There are certain API Calls to capture an area of screen.
But I Dont know how to place the same in an array.
Try Using Those API Calls.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|