Jump to content

Making an OCR


Recommended Posts

Im trying to make a bot for the neopets typing terror game, but am having problems starting off... How would somone make an OCR?

Yes i know theres a search button, i searched for OCR, found a few people asking aobut it, but nothing thats going to help me. If somone could please assist me, i would appreciate it.

http://neopets.com/games/play.phtml?game_id=574

Link to comment
Share on other sites

You have to get the image of the text you want, separate each character and then use a point matrix to determine wich character it is...

So first figure out how to determine the position of a separate character (maybe white pixels in a row) and then find a unique point matrix for every char... It's no easy stuff!

Link to comment
Share on other sites

Ok I just watched how the game is... let it be... learning type faster will be much better and faster than making an OCR for the game... in my opinion... did you even managed to extract the images with the text from the moving robots?

Link to comment
Share on other sites

Here is a bot that works for me...

While 1
Send("abcdefghijklmnopqrstuvwxyz")
Wend

Nothing happens if you type the wrong letter, so just sending every letter really fast eventually types out each word. :lmao:

NEXT! :whistle:

Edited by Paulie
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...